Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIDEVICESTATE
[−]Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwSize: u32
dwState: u32
dwLoad: u32
Trait Implementations
impl Clone for DIDEVICESTATE
impl Clone for DIDEVICESTATE
impl Copy for DIDEVICESTATE
Auto Trait Implementations
impl RefUnwindSafe for DIDEVICESTATE
impl Send for DIDEVICESTATE
impl Sync for DIDEVICESTATE
impl Unpin for DIDEVICESTATE
impl UnwindSafe for DIDEVICESTATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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