Struct windows::Win32::Graphics::Gdi::TEXTMETRICA
#[repr(C)]pub struct TEXTMETRICA {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: u8,
pub tmLastChar: u8,
pub tmDefaultChar: u8,
pub tmBreakChar: u8,
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: u8
§tmLastChar: u8
§tmDefaultChar: u8
§tmBreakChar: u8
§tmItalic: u8
§tmUnderlined: u8
§tmStruckOut: u8
§tmPitchAndFamily: TMPF_FLAGS
§tmCharSet: u8
Trait Implementations§
§impl Clone for TEXTMETRICA
impl Clone for TEXTMETRICA
§fn clone(&self) -> TEXTMETRICA
fn clone(&self) -> TEXTMETRICA
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 more§impl Debug for TEXTMETRICA
impl Debug for TEXTMETRICA
§impl PartialEq for TEXTMETRICA
impl PartialEq for TEXTMETRICA
§fn eq(&self, other: &TEXTMETRICA) -> bool
fn eq(&self, other: &TEXTMETRICA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TEXTMETRICA
impl Eq for TEXTMETRICA
impl StructuralPartialEq for TEXTMETRICA
Auto Trait Implementations§
impl Freeze for TEXTMETRICA
impl RefUnwindSafe for TEXTMETRICA
impl Send for TEXTMETRICA
impl Sync for TEXTMETRICA
impl Unpin for TEXTMETRICA
impl UnwindSafe for TEXTMETRICA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)