Struct x11_dl::xrender::_XGlyphInfo [−][src]
#[repr(C)]pub struct _XGlyphInfo { pub width: c_ushort, pub height: c_ushort, pub x: c_short, pub y: c_short, pub xOff: c_short, pub yOff: c_short, }
Fields
width: c_ushort
height: c_ushort
x: c_short
y: c_short
xOff: c_short
yOff: c_short
Trait Implementations
impl Debug for _XGlyphInfo[src]
impl Debug for _XGlyphInfofn 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 _XGlyphInfo[src]
impl Clone for _XGlyphInfofn clone(&self) -> _XGlyphInfo[src]
fn clone(&self) -> _XGlyphInfoReturns 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 _XGlyphInfo[src]
impl Copy for _XGlyphInfoimpl PartialEq for _XGlyphInfo[src]
impl PartialEq for _XGlyphInfofn eq(&self, other: &_XGlyphInfo) -> bool[src]
fn eq(&self, other: &_XGlyphInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &_XGlyphInfo) -> bool[src]
fn ne(&self, other: &_XGlyphInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for _XGlyphInfo
impl Send for _XGlyphInfoimpl Sync for _XGlyphInfo
impl Sync for _XGlyphInfo