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