Struct x11_dl::xlib::XrmOptionDescRec [] [src]

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

Fields

Trait Implementations

impl PartialEq for XrmOptionDescRec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for XrmOptionDescRec
[src]

impl Clone for XrmOptionDescRec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more