#[repr(C)]pub struct GLYPHMETRICS {
pub gmBlackBoxX: u32,
pub gmBlackBoxY: u32,
pub gmptGlyphOrigin: POINT,
pub gmCellIncX: i16,
pub gmCellIncY: i16,
}Fields§
§gmBlackBoxX: u32§gmBlackBoxY: u32§gmptGlyphOrigin: POINT§gmCellIncX: i16§gmCellIncY: i16Trait Implementations§
Source§impl Abi for GLYPHMETRICS
impl Abi for GLYPHMETRICS
Source§type Abi = GLYPHMETRICS
type Abi = GLYPHMETRICS
The abi representation of the implementing type. Read more
type DefaultType = GLYPHMETRICS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for GLYPHMETRICS
impl Debug for GLYPHMETRICS
Source§impl Default for GLYPHMETRICS
impl Default for GLYPHMETRICS
Source§impl PartialEq for GLYPHMETRICS
impl PartialEq for GLYPHMETRICS
impl Copy for GLYPHMETRICS
impl Eq 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