pub struct HidUsage {
pub hid_usage: u32,
pub app_cursor: bool,
}
Expand description
A struct which can be used to convert a hid_usage to a suitable string.
Fields§
§hid_usage: u32
§app_cursor: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HidUsage
impl RefUnwindSafe for HidUsage
impl Send for HidUsage
impl Sync for HidUsage
impl Unpin for HidUsage
impl UnwindSafe for HidUsage
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