Struct x11::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 Clone for XCharStruct
[src]
fn clone(&self) -> XCharStruct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for XCharStruct
[src]
impl PartialEq for XCharStruct
[src]
fn eq(&self, __arg_0: &XCharStruct) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XCharStruct) -> bool
This method tests for !=
.