#[repr(C)]pub struct GLYPHMETRICS {
pub gmBlackBoxX: UINT,
pub gmBlackBoxY: UINT,
pub gmptGlyphOrigin: POINT,
pub gmCellIncX: c_short,
pub gmCellIncY: c_short,
}
Fields§
§gmBlackBoxX: UINT
§gmBlackBoxY: UINT
§gmptGlyphOrigin: POINT
§gmCellIncX: c_short
§gmCellIncY: c_short
Trait Implementations§
Source§impl Clone for GLYPHMETRICS
impl Clone for GLYPHMETRICS
Source§fn clone(&self) -> GLYPHMETRICS
fn clone(&self) -> GLYPHMETRICS
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 Default for GLYPHMETRICS
impl Default for GLYPHMETRICS
Source§fn default() -> GLYPHMETRICS
fn default() -> GLYPHMETRICS
Returns the “default value” for a type. Read more
impl Copy for GLYPHMETRICS
Auto Trait Implementations§
impl Freeze for GLYPHMETRICS
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