#[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 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§fn default() -> DIDEVICEINSTANCE_DX3W
fn default() -> DIDEVICEINSTANCE_DX3W
Returns the “default value” for a type. Read more
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