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 Debug for XrmOptionDescRec
[src]

[src]

Formats the value using the given formatter.

impl Clone for XrmOptionDescRec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XrmOptionDescRec
[src]

impl PartialEq for XrmOptionDescRec
[src]

[src]

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

[src]

This method tests for !=.