Struct DXCoreHardwareID
#[repr(C)]pub struct DXCoreHardwareID {
pub vendorID: u32,
pub deviceID: u32,
pub subSysID: u32,
pub revision: u32,
}
Fields§
§vendorID: u32
§deviceID: u32
§subSysID: u32
§revision: u32
Trait Implementations§
§impl Clone for DXCoreHardwareID
impl Clone for DXCoreHardwareID
§fn clone(&self) -> DXCoreHardwareID
fn clone(&self) -> DXCoreHardwareID
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 more§impl Debug for DXCoreHardwareID
impl Debug for DXCoreHardwareID
§impl Default for DXCoreHardwareID
impl Default for DXCoreHardwareID
§impl PartialEq for DXCoreHardwareID
impl PartialEq for DXCoreHardwareID
impl Copy for DXCoreHardwareID
impl StructuralPartialEq for DXCoreHardwareID
Auto Trait Implementations§
impl Freeze for DXCoreHardwareID
impl RefUnwindSafe for DXCoreHardwareID
impl Send for DXCoreHardwareID
impl Sync for DXCoreHardwareID
impl Unpin for DXCoreHardwareID
impl UnwindSafe for DXCoreHardwareID
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