Struct x11_dl::xlib::XClassHint [−][src]
Fields
res_name: *mut c_char
res_class: *mut c_char
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XClassHint
impl !Send for XClassHint
impl !Sync for XClassHint
impl Unpin for XClassHint
impl UnwindSafe for XClassHint
Blanket Implementations
Mutably borrows from an owned value. Read more