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
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)