Struct windows::Win32::Graphics::DXCore::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
§fn eq(&self, other: &DXCoreHardwareID) -> bool
fn eq(&self, other: &DXCoreHardwareID) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DXCoreHardwareID
impl Eq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)