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