pub struct DeviceMeta {}
Expand description
Metadata of an input device.
Auto Trait Implementations§
impl Freeze for DeviceMeta
impl RefUnwindSafe for DeviceMeta
impl Send for DeviceMeta
impl Sync for DeviceMeta
impl Unpin for DeviceMeta
impl UnwindSafe for DeviceMeta
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