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

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

Fields

size
addr

Trait Implementations

Derived Implementations

impl PartialEq for XrmValue

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

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

impl Copy for XrmValue

impl Clone for XrmValue

fn clone(&self) -> XrmValue

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