Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPDWORD
[−]#[repr(C)]pub struct DIPROPDWORD {
pub diph: DIPROPHEADER,
pub dwData: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
diph: DIPROPHEADER
dwData: u32
Trait Implementations
impl Clone for DIPROPDWORD
impl Clone for DIPROPDWORD
impl Copy for DIPROPDWORD
Auto Trait Implementations
impl RefUnwindSafe for DIPROPDWORD
impl Send for DIPROPDWORD
impl Sync for DIPROPDWORD
impl Unpin for DIPROPDWORD
impl UnwindSafe for DIPROPDWORD
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