Struct x11_dl::xinput::XDeviceTimeCoord [−][src]
Fields
time: Time
data: *mut c_int
Trait Implementations
impl Debug for XDeviceTimeCoord[src]
impl Debug for XDeviceTimeCoordfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XDeviceTimeCoord[src]
impl Clone for XDeviceTimeCoordfn clone(&self) -> XDeviceTimeCoord[src]
fn clone(&self) -> XDeviceTimeCoordReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XDeviceTimeCoord[src]
impl Copy for XDeviceTimeCoordimpl PartialEq for XDeviceTimeCoord[src]
impl PartialEq for XDeviceTimeCoordfn eq(&self, other: &XDeviceTimeCoord) -> bool[src]
fn eq(&self, other: &XDeviceTimeCoord) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XDeviceTimeCoord) -> bool[src]
fn ne(&self, other: &XDeviceTimeCoord) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XDeviceTimeCoord
impl !Send for XDeviceTimeCoordimpl !Sync for XDeviceTimeCoord
impl !Sync for XDeviceTimeCoord