Struct x11::xlib::XClassHint [−] [src]

pub struct XClassHint {
    pub res_name: *mut c_char,
    pub res_class: *mut c_char,
}

Fields

res_name
res_class

Trait Implementations

Derived Implementations

impl PartialEq for XClassHint

fn eq(&self, __arg_0: &XClassHint) -> bool

fn ne(&self, __arg_0: &XClassHint) -> bool

impl Copy for XClassHint

impl Clone for XClassHint

fn clone(&self) -> XClassHint

fn clone_from(&mut self, source: &Self)