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

Trait Implementations

impl Copy for xcb_charinfo_t
[src]

impl Clone for xcb_charinfo_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more