#[repr(C)]pub struct tagENUMTEXTMETRICW {
pub etmNewTextMetricEx: NEWTEXTMETRICEXW,
pub etmAxesList: AXESLISTW,
}Fields§
§etmNewTextMetricEx: NEWTEXTMETRICEXW§etmAxesList: AXESLISTWTrait Implementations§
Source§impl Clone for tagENUMTEXTMETRICW
impl Clone for tagENUMTEXTMETRICW
Source§fn clone(&self) -> tagENUMTEXTMETRICW
fn clone(&self) -> tagENUMTEXTMETRICW
Returns a duplicate 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
impl Copy 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