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]
impl Debug for XCharStructfn 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 XCharStruct[src]
impl Clone for XCharStructfn clone(&self) -> XCharStruct[src]
fn clone(&self) -> XCharStructReturns 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 XCharStruct[src]
impl Copy for XCharStructimpl PartialEq for XCharStruct[src]
impl PartialEq for XCharStructfn eq(&self, other: &XCharStruct) -> bool[src]
fn eq(&self, other: &XCharStruct) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XCharStruct) -> bool[src]
fn ne(&self, other: &XCharStruct) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XCharStruct
impl Send for XCharStructimpl Sync for XCharStruct
impl Sync for XCharStruct