Struct x11_dl::xinput::XDeviceTimeCoord
[−]
[src]
pub struct XDeviceTimeCoord { pub time: Time, pub data: *mut c_int, }
Fields
time | |
data |
pub struct XDeviceTimeCoord { pub time: Time, pub data: *mut c_int, }
time | |
data |
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
fn clone_from(&mut self, source: &Self)