#[repr(C)]pub struct DIDEVICEINSTANCEW {
pub dwSize: u32,
pub guidInstance: Guid,
pub guidProduct: Guid,
pub dwDevType: u32,
pub tszInstanceName: [u16; 260],
pub tszProductName: [u16; 260],
pub guidFFDriver: Guid,
pub wUsagePage: u16,
pub wUsage: u16,
}Fields§
§dwSize: u32§guidInstance: Guid§guidProduct: Guid§dwDevType: u32§tszInstanceName: [u16; 260]§tszProductName: [u16; 260]§guidFFDriver: Guid§wUsagePage: u16§wUsage: u16Trait Implementations§
Source§impl Abi for DIDEVICEINSTANCEW
impl Abi for DIDEVICEINSTANCEW
Source§type Abi = DIDEVICEINSTANCEW
type Abi = DIDEVICEINSTANCEW
The abi representation of the implementing type. Read more
type DefaultType = DIDEVICEINSTANCEW
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 DIDEVICEINSTANCEW
impl Clone for DIDEVICEINSTANCEW
Source§fn clone(&self) -> DIDEVICEINSTANCEW
fn clone(&self) -> DIDEVICEINSTANCEW
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 DIDEVICEINSTANCEW
impl Debug for DIDEVICEINSTANCEW
Source§impl Default for DIDEVICEINSTANCEW
impl Default for DIDEVICEINSTANCEW
Source§impl PartialEq for DIDEVICEINSTANCEW
impl PartialEq for DIDEVICEINSTANCEW
impl Copy for DIDEVICEINSTANCEW
impl Eq for DIDEVICEINSTANCEW
Auto Trait Implementations§
impl Freeze for DIDEVICEINSTANCEW
impl RefUnwindSafe for DIDEVICEINSTANCEW
impl Send for DIDEVICEINSTANCEW
impl Sync for DIDEVICEINSTANCEW
impl Unpin for DIDEVICEINSTANCEW
impl UnwindSafe for DIDEVICEINSTANCEW
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