Struct x11::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 Clone for XTextProperty
[src]
fn clone(&self) -> XTextProperty
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for XTextProperty
[src]
impl PartialEq for XTextProperty
[src]
fn eq(&self, __arg_0: &XTextProperty) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XTextProperty) -> bool
This method tests for !=
.