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

pub struct XwcTextItem {
    pub chars: *mut wchar_t,
    pub nchars: c_int,
    pub delta: c_int,
    pub font_set: XFontSet,
}

Fields

chars
nchars
delta
font_set

Trait Implementations

Derived Implementations

impl PartialEq for XwcTextItem

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

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

impl Copy for XwcTextItem

impl Clone for XwcTextItem

fn clone(&self) -> XwcTextItem

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