#[repr(C)]pub struct NEWTEXTMETRICEXA {
pub ntmTm: NEWTEXTMETRICA,
pub ntmFontSig: FONTSIGNATURE,
}
Fields
ntmTm: NEWTEXTMETRICA
ntmFontSig: FONTSIGNATURE
Trait Implementations
sourceimpl Clone for NEWTEXTMETRICEXA
impl Clone for NEWTEXTMETRICEXA
sourcefn clone(&self) -> NEWTEXTMETRICEXA
fn clone(&self) -> NEWTEXTMETRICEXA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NEWTEXTMETRICEXA
Auto Trait Implementations
impl RefUnwindSafe for NEWTEXTMETRICEXA
impl Send for NEWTEXTMETRICEXA
impl Sync for NEWTEXTMETRICEXA
impl Unpin for NEWTEXTMETRICEXA
impl UnwindSafe for NEWTEXTMETRICEXA
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