Struct gdk_x11_sys::xlib::XTextProperty [−]
#[repr(C)]pub struct XTextProperty { pub value: *mut u8, pub encoding: u64, pub format: i32, pub nitems: u64, }
Fields
value: *mut u8encoding: u64format: i32nitems: u64Trait Implementations
impl Clone for XTextProperty
impl Clone for XTextPropertypub fn clone(&self) -> XTextProperty
pub fn clone(&self) -> XTextPropertyReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XTextProperty
impl Debug for XTextPropertyimpl PartialEq<XTextProperty> for XTextProperty
impl PartialEq<XTextProperty> for XTextPropertypub fn eq(&self, other: &XTextProperty) -> bool
pub fn eq(&self, other: &XTextProperty) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XTextProperty) -> bool
pub fn ne(&self, other: &XTextProperty) -> boolThis method tests for !=.
impl Copy for XTextPropertyimpl StructuralPartialEq for XTextPropertyAuto Trait Implementations
impl RefUnwindSafe for XTextPropertyimpl !Send for XTextPropertyimpl !Sync for XTextPropertyimpl Unpin for XTextPropertyimpl UnwindSafe for XTextPropertyBlanket Implementations
Mutably borrows from an owned value. Read more