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

pub struct XTextProperty {
    pub value: *mut c_uchar,
    pub encoding: Atom,
    pub format: c_int,
    pub nitems: c_ulong,
}

Fields

value
encoding
format
nitems

Trait Implementations

Derived Implementations

impl PartialEq for XTextProperty

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

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

impl Copy for XTextProperty

impl Clone for XTextProperty

fn clone(&self) -> XTextProperty

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