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

pub struct XrmOptionDescRec {
    pub option: *mut c_char,
    pub specifier: *mut c_char,
    pub argKind: XrmOptionKind,
    pub value: XPointer,
}

Fields

option
specifier
argKind
value

Trait Implementations

Derived Implementations

impl PartialEq for XrmOptionDescRec

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

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

impl Copy for XrmOptionDescRec

impl Clone for XrmOptionDescRec

fn clone(&self) -> XrmOptionDescRec

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