Struct x11_dl::xlib::XTextProperty
[−]
[src]
#[repr(C)]pub struct XTextProperty { pub value: *mut c_uchar, pub encoding: Atom, pub format: c_int, pub nitems: c_ulong, }
Fields
value: *mut c_uchar
encoding: Atom
format: c_int
nitems: c_ulong
Trait Implementations
impl Debug for XTextProperty[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XTextProperty[src]
fn clone(&self) -> XTextProperty[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XTextProperty[src]
impl PartialEq for XTextProperty[src]
fn eq(&self, __arg_0: &XTextProperty) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XTextProperty) -> bool[src]
This method tests for !=.