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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XTextProperty
impl !Send for XTextProperty
impl !Sync for XTextProperty
impl Unpin for XTextProperty
impl UnwindSafe for XTextProperty
Blanket Implementations
Mutably borrows from an owned value. Read more