Struct windows_sys::Win32::Graphics::Gdi::GLYPHMETRICS
#[repr(C)]pub struct GLYPHMETRICS {
pub gmBlackBoxX: u32,
pub gmBlackBoxY: u32,
pub gmptGlyphOrigin: POINT,
pub gmCellIncX: i16,
pub gmCellIncY: i16,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§gmBlackBoxX: u32
§gmBlackBoxY: u32
§gmptGlyphOrigin: POINT
§gmCellIncX: i16
§gmCellIncY: i16
Trait Implementations§
§impl Clone for GLYPHMETRICS
impl Clone for GLYPHMETRICS
impl Copy for GLYPHMETRICS
Auto Trait Implementations§
impl RefUnwindSafe for GLYPHMETRICS
impl Send for GLYPHMETRICS
impl Sync for GLYPHMETRICS
impl Unpin for GLYPHMETRICS
impl UnwindSafe for GLYPHMETRICS
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