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

pub struct XTextItem16 {
    pub chars: *mut XChar2b,
    pub nchars: c_int,
    pub delta: c_int,
    pub font: Font,
}

Fields

chars
nchars
delta
font

Trait Implementations

Derived Implementations

impl PartialEq for XTextItem16

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

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

impl Copy for XTextItem16

impl Clone for XTextItem16

fn clone(&self) -> XTextItem16

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