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

pub struct XTextItem {
    pub chars: *mut c_char,
    pub nchars: c_int,
    pub delta: c_int,
    pub font: Font,
}

Fields

chars
nchars
delta
font

Trait Implementations

Derived Implementations

impl PartialEq for XTextItem

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

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

impl Copy for XTextItem

impl Clone for XTextItem

fn clone(&self) -> XTextItem

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