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