Struct x11_dl::xlib::XCharStruct
[−]
[src]
#[repr(C)]pub struct XCharStruct { pub lbearing: c_short, pub rbearing: c_short, pub width: c_short, pub ascent: c_short, pub descent: c_short, pub attributes: c_ushort, }
Fields
lbearing: c_short
rbearing: c_short
width: c_short
ascent: c_short
descent: c_short
attributes: c_ushort
Trait Implementations
impl Debug for XCharStruct[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XCharStruct[src]
fn clone(&self) -> XCharStruct[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XCharStruct[src]
impl PartialEq for XCharStruct[src]
fn eq(&self, __arg_0: &XCharStruct) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XCharStruct) -> bool[src]
This method tests for !=.