Struct xcb::xinput::DeviceCoreCtrl
source · pub struct DeviceCoreCtrl { /* private fields */ }
Implementations§
source§impl DeviceCoreCtrl
impl DeviceCoreCtrl
sourcepub fn new(control_id: DeviceControl, len: u16, status: u8) -> DeviceCoreCtrl
pub fn new(control_id: DeviceControl, len: u16, status: u8) -> DeviceCoreCtrl
Construct a new DeviceCoreCtrl.
pub fn control_id(&self) -> DeviceControl
pub fn len(&self) -> u16
pub fn status(&self) -> u8
Trait Implementations§
source§impl Clone for DeviceCoreCtrl
impl Clone for DeviceCoreCtrl
source§fn clone(&self) -> DeviceCoreCtrl
fn clone(&self) -> DeviceCoreCtrl
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 DeviceCoreCtrl
impl Debug for DeviceCoreCtrl
impl Copy for DeviceCoreCtrl
Auto Trait Implementations§
impl Freeze for DeviceCoreCtrl
impl RefUnwindSafe for DeviceCoreCtrl
impl Send for DeviceCoreCtrl
impl Sync for DeviceCoreCtrl
impl Unpin for DeviceCoreCtrl
impl UnwindSafe for DeviceCoreCtrl
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
)