Struct TEXTMETRICW
#[repr(C)]pub struct TEXTMETRICW {Show 20 fields
pub tmHeight: i32,
pub tmAscent: i32,
pub tmDescent: i32,
pub tmInternalLeading: i32,
pub tmExternalLeading: i32,
pub tmAveCharWidth: i32,
pub tmMaxCharWidth: i32,
pub tmWeight: i32,
pub tmOverhang: i32,
pub tmDigitizedAspectX: i32,
pub tmDigitizedAspectY: i32,
pub tmFirstChar: u16,
pub tmLastChar: u16,
pub tmDefaultChar: u16,
pub tmBreakChar: u16,
pub tmItalic: u8,
pub tmUnderlined: u8,
pub tmStruckOut: u8,
pub tmPitchAndFamily: TMPF_FLAGS,
pub tmCharSet: u8,
}
Fields§
§tmHeight: i32
§tmAscent: i32
§tmDescent: i32
§tmInternalLeading: i32
§tmExternalLeading: i32
§tmAveCharWidth: i32
§tmMaxCharWidth: i32
§tmWeight: i32
§tmOverhang: i32
§tmDigitizedAspectX: i32
§tmDigitizedAspectY: i32
§tmFirstChar: u16
§tmLastChar: u16
§tmDefaultChar: u16
§tmBreakChar: u16
§tmItalic: u8
§tmUnderlined: u8
§tmStruckOut: u8
§tmPitchAndFamily: TMPF_FLAGS
§tmCharSet: u8
Trait Implementations§
§impl Clone for TEXTMETRICW
impl Clone for TEXTMETRICW
§fn clone(&self) -> TEXTMETRICW
fn clone(&self) -> TEXTMETRICW
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 moreimpl Copy for TEXTMETRICW
Auto Trait Implementations§
impl Freeze for TEXTMETRICW
impl RefUnwindSafe for TEXTMETRICW
impl Send for TEXTMETRICW
impl Sync for TEXTMETRICW
impl Unpin for TEXTMETRICW
impl UnwindSafe for TEXTMETRICW
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