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