Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIACTIONA
[−]#[repr(C)]pub struct DIACTIONA {
pub uAppData: usize,
pub dwSemantic: u32,
pub dwFlags: u32,
pub Anonymous: DIACTIONA_0,
pub guidInstance: GUID,
pub dwObjID: u32,
pub dwHow: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
uAppData: usize
dwSemantic: u32
dwFlags: u32
Anonymous: DIACTIONA_0
guidInstance: GUID
dwObjID: u32
dwHow: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DIACTIONA
impl !Send for DIACTIONA
impl !Sync for DIACTIONA
impl Unpin for DIACTIONA
impl UnwindSafe for DIACTIONA
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