Struct libinput_device_group
#[repr(C)]pub struct libinput_device_group { /* private fields */ }
Expand description
@ingroup device @struct libinput_device_group
A base handle for accessing libinput device groups. This struct is refcounted, use libinput_device_group_ref() and libinput_device_group_unref().
Trait Implementations§
Source§impl AsRaw<libinput_device_group> for DeviceGroup
impl AsRaw<libinput_device_group> for DeviceGroup
Source§fn as_raw(&self) -> *const libinput_device_group
fn as_raw(&self) -> *const libinput_device_group
Receive a raw pointer representing this type.
§impl Clone for libinput_device_group
impl Clone for libinput_device_group
§fn clone(&self) -> libinput_device_group
fn clone(&self) -> libinput_device_group
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_device_group
impl Debug for libinput_device_group
Source§impl FromRaw<libinput_device_group> for DeviceGroup
impl FromRaw<libinput_device_group> for DeviceGroup
impl Copy for libinput_device_group
Auto Trait Implementations§
impl Freeze for libinput_device_group
impl RefUnwindSafe for libinput_device_group
impl Send for libinput_device_group
impl Sync for libinput_device_group
impl Unpin for libinput_device_group
impl UnwindSafe for libinput_device_group
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