pub type XGlyphInfo = _XGlyphInfo;

Aliased Type§

struct XGlyphInfo {
    pub width: u16,
    pub height: u16,
    pub x: i16,
    pub y: i16,
    pub xOff: i16,
    pub yOff: i16,
}

Fields§

§width: u16§height: u16§x: i16§y: i16§xOff: i16§yOff: i16

Trait Implementations§

source§

impl Clone for _XGlyphInfo

source§

fn clone(&self) -> _XGlyphInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _XGlyphInfo

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl PartialEq<_XGlyphInfo> for _XGlyphInfo

source§

fn eq(&self, other: &_XGlyphInfo) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for _XGlyphInfo

source§

impl StructuralPartialEq for _XGlyphInfo