Struct x11_dl::xinput::XDeviceTimeCoord [] [src]

pub struct XDeviceTimeCoord {
    pub time: Time,
    pub data: *mut c_int,
}

Fields

time
data

Trait Implementations

Derived Implementations

impl PartialEq for XDeviceTimeCoord

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

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

impl Copy for XDeviceTimeCoord

impl Clone for XDeviceTimeCoord

fn clone(&self) -> XDeviceTimeCoord

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