pub enum Global {
}Expand description
A Global item.
Variants§
UsagePage(UsagePage)
A Usage Page item.
The Usage Page is a 16-bit value that identifies a specific table of Usage ID values. Future Usage items will select a Usage ID from that Usage Page table.
LogicalMinimum(i32)
A Logical Minimum item.
LogicalMaximum(i32)
A Logical Maximum item.
PhysicalMinimum(i32)
A Physical Minimum item.
PhysicalMaximum(i32)
A Physical Maximum item.
UnitExponent(i32)
A Unit Exponent item.
Unit(Unit)
A Unit item.
ReportSize(u32)
A Report Size item.
ReportId(u32)
A Report ID item.
ReportCount(u32)
A Report Count item.
Push
A Push item.
Pop
A Pop item.
Reserved(u8)
A reserved item type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Global
impl RefUnwindSafe for Global
impl Send for Global
impl Sync for Global
impl Unpin for Global
impl UnsafeUnpin for Global
impl UnwindSafe for Global
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