Struct xcb::xinput::EventMaskBuf
source · pub struct EventMaskBuf { /* private fields */ }
Implementations§
source§impl EventMaskBuf
impl EventMaskBuf
sourcepub fn new(device: Device, mask: &[XiEventMask]) -> EventMaskBuf
pub fn new(device: Device, mask: &[XiEventMask]) -> EventMaskBuf
Construct a new EventMaskBuf.
Methods from Deref<Target = EventMask>§
Trait Implementations§
source§impl Borrow<EventMask> for EventMaskBuf
impl Borrow<EventMask> for EventMaskBuf
source§impl Clone for EventMaskBuf
impl Clone for EventMaskBuf
source§fn clone(&self) -> EventMaskBuf
fn clone(&self) -> EventMaskBuf
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 EventMaskBuf
impl Debug for EventMaskBuf
Auto Trait Implementations§
impl Freeze for EventMaskBuf
impl RefUnwindSafe for EventMaskBuf
impl Send for EventMaskBuf
impl Sync for EventMaskBuf
impl Unpin for EventMaskBuf
impl UnwindSafe for EventMaskBuf
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
)