Struct windows_sys::Win32::Devices::HumanInterfaceDevice::USAGE_AND_PAGE
[−]Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
Usage: u16
UsagePage: u16
Trait Implementations
impl Clone for USAGE_AND_PAGE
impl Clone for USAGE_AND_PAGE
impl Copy for USAGE_AND_PAGE
Auto Trait Implementations
impl RefUnwindSafe for USAGE_AND_PAGE
impl Send for USAGE_AND_PAGE
impl Sync for USAGE_AND_PAGE
impl Unpin for USAGE_AND_PAGE
impl UnwindSafe for USAGE_AND_PAGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more