Struct gdk_x11_sys::xlib::XClassHint [−]
Fields
res_name: *mut i8res_class: *mut i8Trait Implementations
impl Clone for XClassHint
impl Clone for XClassHintpub fn clone(&self) -> XClassHint
pub fn clone(&self) -> XClassHintReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XClassHint
impl Debug for XClassHintimpl PartialEq<XClassHint> for XClassHint
impl PartialEq<XClassHint> for XClassHintpub fn eq(&self, other: &XClassHint) -> bool
pub fn eq(&self, other: &XClassHint) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XClassHint) -> bool
pub fn ne(&self, other: &XClassHint) -> boolThis method tests for !=.
impl Copy for XClassHintimpl StructuralPartialEq for XClassHintAuto Trait Implementations
impl RefUnwindSafe for XClassHintimpl !Send for XClassHintimpl !Sync for XClassHintimpl Unpin for XClassHintimpl UnwindSafe for XClassHintBlanket Implementations
Mutably borrows from an owned value. Read more