Struct x11_dl::xft::XftGlyphSpec [−][src]
Fields
glyph: FT_UInt
x: c_short
y: c_short
Trait Implementations
impl Debug for XftGlyphSpec[src]
impl Debug for XftGlyphSpecfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XftGlyphSpec[src]
impl Clone for XftGlyphSpecfn clone(&self) -> XftGlyphSpec[src]
fn clone(&self) -> XftGlyphSpecReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XftGlyphSpec[src]
impl Copy for XftGlyphSpecimpl PartialEq for XftGlyphSpec[src]
impl PartialEq for XftGlyphSpecfn eq(&self, other: &XftGlyphSpec) -> bool[src]
fn eq(&self, other: &XftGlyphSpec) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XftGlyphSpec) -> bool[src]
fn ne(&self, other: &XftGlyphSpec) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XftGlyphSpec
impl Send for XftGlyphSpecimpl Sync for XftGlyphSpec
impl Sync for XftGlyphSpec