Struct x11_dl::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§
source§impl Clone for XDeviceState
impl Clone for XDeviceState
source§fn clone(&self) -> XDeviceState
fn clone(&self) -> XDeviceState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XDeviceState
impl Debug for XDeviceState
source§impl PartialEq for XDeviceState
impl PartialEq for XDeviceState
source§fn 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 ==
.impl Copy for XDeviceState
impl StructuralPartialEq for XDeviceState
Auto Trait Implementations§
impl Freeze for XDeviceState
impl RefUnwindSafe for XDeviceState
impl !Send for XDeviceState
impl !Sync for XDeviceState
impl Unpin for XDeviceState
impl UnwindSafe for XDeviceState
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more