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