Struct x11_dl::xinput::XDeviceControl [] [src]

pub struct XDeviceControl {
    pub control: XID,
    pub length: c_int,
}

Fields

control
length

Trait Implementations

Derived Implementations

impl PartialEq for XDeviceControl

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

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

impl Copy for XDeviceControl

impl Clone for XDeviceControl

fn clone(&self) -> XDeviceControl

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