Struct x11_dl::xlib::XrmValue [] [src]

pub struct XrmValue {
    pub size: c_uint,
    pub addr: XPointer,
}

Fields

Trait Implementations

impl PartialEq for XrmValue
[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 XrmValue
[src]

impl Clone for XrmValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more