#[repr(C)]pub struct tagNEWTEXTMETRICEXW {
pub ntmTm: NEWTEXTMETRICW,
pub ntmFontSig: FONTSIGNATURE,
}
Fields§
§ntmTm: NEWTEXTMETRICW
§ntmFontSig: FONTSIGNATURE
Trait Implementations§
Source§impl Clone for tagNEWTEXTMETRICEXW
impl Clone for tagNEWTEXTMETRICEXW
Source§fn clone(&self) -> tagNEWTEXTMETRICEXW
fn clone(&self) -> tagNEWTEXTMETRICEXW
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 tagNEWTEXTMETRICEXW
impl Debug for tagNEWTEXTMETRICEXW
Source§impl Ord for tagNEWTEXTMETRICEXW
impl Ord for tagNEWTEXTMETRICEXW
Source§fn cmp(&self, other: &tagNEWTEXTMETRICEXW) -> Ordering
fn cmp(&self, other: &tagNEWTEXTMETRICEXW) -> 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 tagNEWTEXTMETRICEXW
impl PartialEq for tagNEWTEXTMETRICEXW
Source§impl PartialOrd for tagNEWTEXTMETRICEXW
impl PartialOrd for tagNEWTEXTMETRICEXW
impl Copy for tagNEWTEXTMETRICEXW
impl Eq for tagNEWTEXTMETRICEXW
impl StructuralPartialEq for tagNEWTEXTMETRICEXW
Auto Trait Implementations§
impl Freeze for tagNEWTEXTMETRICEXW
impl RefUnwindSafe for tagNEWTEXTMETRICEXW
impl Send for tagNEWTEXTMETRICEXW
impl Sync for tagNEWTEXTMETRICEXW
impl Unpin for tagNEWTEXTMETRICEXW
impl UnwindSafe for tagNEWTEXTMETRICEXW
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