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