Struct xcb::xinput::DevicePresenceNotifyEvent
source · pub struct DevicePresenceNotifyEvent { /* private fields */ }
Expand description
The DevicePresenceNotifyEvent
event.
Implementations§
source§impl DevicePresenceNotifyEvent
impl DevicePresenceNotifyEvent
pub fn new( event_base: u8, time: Timestamp, devchange: DeviceChange, device_id: u8, control: u16, ) -> DevicePresenceNotifyEvent
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn time(&self) -> Timestamp
pub fn devchange(&self) -> DeviceChange
pub fn device_id(&self) -> u8
pub fn control(&self) -> u16
Trait Implementations§
source§impl BaseEvent for DevicePresenceNotifyEvent
impl BaseEvent for DevicePresenceNotifyEvent
source§impl Debug for DevicePresenceNotifyEvent
impl Debug for DevicePresenceNotifyEvent
source§impl Drop for DevicePresenceNotifyEvent
impl Drop for DevicePresenceNotifyEvent
impl Send for DevicePresenceNotifyEvent
impl Sync for DevicePresenceNotifyEvent
Auto Trait Implementations§
impl Freeze for DevicePresenceNotifyEvent
impl RefUnwindSafe for DevicePresenceNotifyEvent
impl Unpin for DevicePresenceNotifyEvent
impl UnwindSafe for DevicePresenceNotifyEvent
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