Struct windows_sys::Win32::Globalization::ENUMTEXTMETRICA
[−]#[repr(C)]pub struct ENUMTEXTMETRICA {
pub etmNewTextMetricEx: NEWTEXTMETRICEXA,
pub etmAxesList: AXESLISTA,
}
Expand description
Required features: "Win32_Globalization"
, "Win32_Graphics_Gdi"
Fields
etmNewTextMetricEx: NEWTEXTMETRICEXA
etmAxesList: AXESLISTA
Trait Implementations
impl Clone for ENUMTEXTMETRICA
impl Clone for ENUMTEXTMETRICA
impl Copy for ENUMTEXTMETRICA
Auto Trait Implementations
impl RefUnwindSafe for ENUMTEXTMETRICA
impl Send for ENUMTEXTMETRICA
impl Sync for ENUMTEXTMETRICA
impl Unpin for ENUMTEXTMETRICA
impl UnwindSafe for ENUMTEXTMETRICA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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