pub struct DeviceState { /* private fields */ }
Implementations§
Source§impl DeviceState
impl DeviceState
Sourcepub fn new() -> DeviceState
pub fn new() -> DeviceState
pub fn query_keymap(&self) -> Vec<u16>
Trait Implementations§
Source§impl DeviceQuery for DeviceState
impl DeviceQuery for DeviceState
Auto Trait Implementations§
impl Freeze for DeviceState
impl RefUnwindSafe for DeviceState
impl !Send for DeviceState
impl !Sync for DeviceState
impl Unpin for DeviceState
impl UnwindSafe for DeviceState
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