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 |
pub struct XTextProperty { pub value: *mut c_uchar, pub encoding: Atom, pub format: c_int, pub nitems: c_ulong, }
value | |
encoding | |
format | |
nitems |
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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).