Struct libinput_event_device_notify
#[repr(C)]pub struct libinput_event_device_notify { /* private fields */ }
Expand description
@ingroup event @struct libinput_event_device_notify
An event notifying the caller of a device being added or removed.
Trait Implementations§
Source§impl AsRaw<libinput_event_device_notify> for DeviceAddedEvent
impl AsRaw<libinput_event_device_notify> for DeviceAddedEvent
Source§fn as_raw(&self) -> *const libinput_event_device_notify
fn as_raw(&self) -> *const libinput_event_device_notify
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_device_notify> for DeviceEvent
impl AsRaw<libinput_event_device_notify> for DeviceEvent
Source§fn as_raw(&self) -> *const libinput_event_device_notify
fn as_raw(&self) -> *const libinput_event_device_notify
Receive a raw pointer representing this type.
Source§impl AsRaw<libinput_event_device_notify> for DeviceRemovedEvent
impl AsRaw<libinput_event_device_notify> for DeviceRemovedEvent
Source§fn as_raw(&self) -> *const libinput_event_device_notify
fn as_raw(&self) -> *const libinput_event_device_notify
Receive a raw pointer representing this type.
§impl Clone for libinput_event_device_notify
impl Clone for libinput_event_device_notify
§fn clone(&self) -> libinput_event_device_notify
fn clone(&self) -> libinput_event_device_notify
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 more§impl Debug for libinput_event_device_notify
impl Debug for libinput_event_device_notify
impl Copy for libinput_event_device_notify
Auto Trait Implementations§
impl Freeze for libinput_event_device_notify
impl RefUnwindSafe for libinput_event_device_notify
impl Send for libinput_event_device_notify
impl Sync for libinput_event_device_notify
impl Unpin for libinput_event_device_notify
impl UnwindSafe for libinput_event_device_notify
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