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]
impl Clone for XTextProperty
[src]fn clone(&self) -> XTextProperty
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<XTextProperty> for XTextProperty
[src]
impl PartialEq<XTextProperty> for XTextProperty
[src]