#[repr(C)]pub struct DIOBJECTDATAFORMAT {
pub pguid: *const GUID,
pub dwOfs: u32,
pub dwType: u32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
pguid: *const GUID
dwOfs: u32
dwType: u32
dwFlags: u32
Trait Implementations
impl Clone for DIOBJECTDATAFORMAT
impl Clone for DIOBJECTDATAFORMAT
impl Copy for DIOBJECTDATAFORMAT
Auto Trait Implementations
impl RefUnwindSafe for DIOBJECTDATAFORMAT
impl !Send for DIOBJECTDATAFORMAT
impl !Sync for DIOBJECTDATAFORMAT
impl Unpin for DIOBJECTDATAFORMAT
impl UnwindSafe for DIOBJECTDATAFORMAT
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