#[repr(C)]pub struct tagNEWTEXTMETRICEXA {
pub ntmTm: NEWTEXTMETRICA,
pub ntmFontSig: FONTSIGNATURE,
}Fields§
§ntmTm: NEWTEXTMETRICA§ntmFontSig: FONTSIGNATURETrait Implementations§
Source§impl Clone for tagNEWTEXTMETRICEXA
impl Clone for tagNEWTEXTMETRICEXA
Source§fn clone(&self) -> tagNEWTEXTMETRICEXA
fn clone(&self) -> tagNEWTEXTMETRICEXA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagNEWTEXTMETRICEXA
impl Debug for tagNEWTEXTMETRICEXA
impl Copy for tagNEWTEXTMETRICEXA
Auto Trait Implementations§
impl Freeze for tagNEWTEXTMETRICEXA
impl RefUnwindSafe for tagNEWTEXTMETRICEXA
impl Send for tagNEWTEXTMETRICEXA
impl Sync for tagNEWTEXTMETRICEXA
impl Unpin for tagNEWTEXTMETRICEXA
impl UnwindSafe for tagNEWTEXTMETRICEXA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more