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