#[repr(C)]pub struct DIHIDFFINITINFO {
pub dwSize: u32,
pub pwszDeviceInterface: PWSTR,
pub GuidInstance: GUID,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwSize: u32
pwszDeviceInterface: PWSTR
GuidInstance: GUID
Trait Implementations
impl Clone for DIHIDFFINITINFO
impl Clone for DIHIDFFINITINFO
impl Copy for DIHIDFFINITINFO
Auto Trait Implementations
impl RefUnwindSafe for DIHIDFFINITINFO
impl !Send for DIHIDFFINITINFO
impl !Sync for DIHIDFFINITINFO
impl Unpin for DIHIDFFINITINFO
impl UnwindSafe for DIHIDFFINITINFO
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