#[repr(C)]pub struct tagNEWTEXTMETRICEXA {
pub ntmTm: NEWTEXTMETRICA,
pub ntmFontSig: FONTSIGNATURE,
}
Fields§
§ntmTm: NEWTEXTMETRICA
§ntmFontSig: FONTSIGNATURE
Trait Implementations§
Source§impl Clone for tagNEWTEXTMETRICEXA
impl Clone for tagNEWTEXTMETRICEXA
Source§fn clone(&self) -> tagNEWTEXTMETRICEXA
fn clone(&self) -> tagNEWTEXTMETRICEXA
Returns a copy 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
Source§impl Ord for tagNEWTEXTMETRICEXA
impl Ord for tagNEWTEXTMETRICEXA
Source§fn cmp(&self, other: &tagNEWTEXTMETRICEXA) -> Ordering
fn cmp(&self, other: &tagNEWTEXTMETRICEXA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagNEWTEXTMETRICEXA
impl PartialEq for tagNEWTEXTMETRICEXA
Source§impl PartialOrd for tagNEWTEXTMETRICEXA
impl PartialOrd for tagNEWTEXTMETRICEXA
impl Copy for tagNEWTEXTMETRICEXA
impl Eq for tagNEWTEXTMETRICEXA
impl StructuralPartialEq 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