Struct DIHIDFFINITINFO
#[repr(C)]pub struct DIHIDFFINITINFO {
pub dwSize: u32,
pub pwszDeviceInterface: PWSTR,
pub GuidInstance: GUID,
}
Fields§
§dwSize: u32
§pwszDeviceInterface: PWSTR
§GuidInstance: GUID
Trait Implementations§
§impl Clone for DIHIDFFINITINFO
impl Clone for DIHIDFFINITINFO
§fn clone(&self) -> DIHIDFFINITINFO
fn clone(&self) -> DIHIDFFINITINFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DIHIDFFINITINFO
Auto Trait Implementations§
impl Freeze for DIHIDFFINITINFO
impl RefUnwindSafe for DIHIDFFINITINFO
impl !Send for DIHIDFFINITINFO
impl !Sync for DIHIDFFINITINFO
impl Unpin for DIHIDFFINITINFO
impl UnwindSafe for DIHIDFFINITINFO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more