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

#[repr(C)]
pub struct XrmOptionDescRec { pub option: *mut c_char, pub specifier: *mut c_char, pub argKind: XrmOptionKind, pub value: XPointer, }

Fields

Trait Implementations

impl Clone for XrmOptionDescRec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XrmOptionDescRec
[src]

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 !=.