Struct windows_sys::Win32::Devices::HumanInterfaceDevice::INDICATOR_LIST
[−]Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
MakeCode: u16
IndicatorFlags: u16
Trait Implementations
impl Clone for INDICATOR_LIST
impl Clone for INDICATOR_LIST
impl Copy for INDICATOR_LIST
Auto Trait Implementations
impl RefUnwindSafe for INDICATOR_LIST
impl Send for INDICATOR_LIST
impl Sync for INDICATOR_LIST
impl Unpin for INDICATOR_LIST
impl UnwindSafe for INDICATOR_LIST
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