#[repr(C)]pub struct LibinputDevice;Expand description
Not currently supporting libinput
Auto Trait Implementations§
impl Freeze for LibinputDevice
impl RefUnwindSafe for LibinputDevice
impl Send for LibinputDevice
impl Sync for LibinputDevice
impl Unpin for LibinputDevice
impl UnwindSafe for LibinputDevice
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