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