Struct x11_dl::xlib::XClassHint [−][src]
Fields
res_name: *mut c_char
res_class: *mut c_char
Trait Implementations
impl Debug for XClassHint[src]
impl Debug for XClassHintfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XClassHint[src]
impl Clone for XClassHintfn clone(&self) -> XClassHint[src]
fn clone(&self) -> XClassHintReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XClassHint[src]
impl Copy for XClassHintimpl PartialEq for XClassHint[src]
impl PartialEq for XClassHintfn eq(&self, other: &XClassHint) -> bool[src]
fn eq(&self, other: &XClassHint) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XClassHint) -> bool[src]
fn ne(&self, other: &XClassHint) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XClassHint
impl !Send for XClassHintimpl !Sync for XClassHint
impl !Sync for XClassHint