Struct windows_sys::Win32::Globalization::ENUMTEXTMETRICW
[−]#[repr(C)]pub struct ENUMTEXTMETRICW {
pub etmNewTextMetricEx: NEWTEXTMETRICEXW,
pub etmAxesList: AXESLISTW,
}
Expand description
Required features: "Win32_Globalization"
, "Win32_Graphics_Gdi"
Fields
etmNewTextMetricEx: NEWTEXTMETRICEXW
etmAxesList: AXESLISTW
Trait Implementations
impl Clone for ENUMTEXTMETRICW
impl Clone for ENUMTEXTMETRICW
impl Copy for ENUMTEXTMETRICW
Auto Trait Implementations
impl RefUnwindSafe for ENUMTEXTMETRICW
impl Send for ENUMTEXTMETRICW
impl Sync for ENUMTEXTMETRICW
impl Unpin for ENUMTEXTMETRICW
impl UnwindSafe for ENUMTEXTMETRICW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more