Struct libinput
#[repr(C)]pub struct libinput { /* private fields */ }
Expand description
@ingroup base @struct libinput
A handle for accessing libinput. This struct is refcounted, use libinput_ref() and libinput_unref().
Trait Implementations§
impl Copy for libinput
Auto Trait Implementations§
impl Freeze for libinput
impl RefUnwindSafe for libinput
impl Send for libinput
impl Sync for libinput
impl Unpin for libinput
impl UnwindSafe for libinput
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