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