Struct x11::xlib::XCharStruct [−] [src]

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
rbearing
width
ascent
descent
attributes

Trait Implementations

Derived Implementations

impl PartialEq for XCharStruct

fn eq(&self, __arg_0: &XCharStruct) -> bool

fn ne(&self, __arg_0: &XCharStruct) -> bool

impl Copy for XCharStruct

impl Clone for XCharStruct

fn clone(&self) -> XCharStruct

fn clone_from(&mut self, source: &Self)