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