Struct xcb::ffi::xproto::xcb_charinfo_t
[−]
[src]
#[repr(C)]pub struct xcb_charinfo_t { pub left_side_bearing: i16, pub right_side_bearing: i16, pub character_width: i16, pub ascent: i16, pub descent: i16, pub attributes: u16, }
Fields
left_side_bearing: i16
right_side_bearing: i16
character_width: i16
ascent: i16
descent: i16
attributes: u16
Trait Implementations
impl Copy for xcb_charinfo_t
[src]
impl Clone for xcb_charinfo_t
[src]
fn clone(&self) -> xcb_charinfo_t
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