#[repr(C)]pub struct DIHIDFFINITINFO {
pub dwSize: u32,
pub pwszDeviceInterface: PWSTR,
pub GuidInstance: Guid,
}Fields§
§dwSize: u32§pwszDeviceInterface: PWSTR§GuidInstance: GuidTrait Implementations§
Source§impl Abi for DIHIDFFINITINFO
impl Abi for DIHIDFFINITINFO
Source§type Abi = DIHIDFFINITINFO
type Abi = DIHIDFFINITINFO
The abi representation of the implementing type. Read more
type DefaultType = DIHIDFFINITINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DIHIDFFINITINFO
impl Clone for DIHIDFFINITINFO
Source§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 moreSource§impl Debug for DIHIDFFINITINFO
impl Debug for DIHIDFFINITINFO
Source§impl Default for DIHIDFFINITINFO
impl Default for DIHIDFFINITINFO
Source§impl PartialEq for DIHIDFFINITINFO
impl PartialEq for DIHIDFFINITINFO
impl Copy for DIHIDFFINITINFO
impl Eq 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