Struct x11::xinput::XDeviceState
source · [−]#[repr(C)]pub struct XDeviceState {
pub device_id: XID,
pub num_classes: c_int,
pub data: *mut XInputClass,
}
Fields
device_id: XID
num_classes: c_int
data: *mut XInputClass
Trait Implementations
sourceimpl Clone for XDeviceState
impl Clone for XDeviceState
sourcefn clone(&self) -> XDeviceState
fn clone(&self) -> XDeviceState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XDeviceState
impl Debug for XDeviceState
sourceimpl PartialEq<XDeviceState> for XDeviceState
impl PartialEq<XDeviceState> for XDeviceState
sourcefn eq(&self, other: &XDeviceState) -> bool
fn eq(&self, other: &XDeviceState) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for XDeviceState
impl StructuralPartialEq for XDeviceState
Auto Trait Implementations
impl RefUnwindSafe for XDeviceState
impl !Send for XDeviceState
impl !Sync for XDeviceState
impl Unpin for XDeviceState
impl UnwindSafe for XDeviceState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more