Struct windows_sys::Win32::Graphics::DXCore::DXCoreHardwareID
[−]#[repr(C)]pub struct DXCoreHardwareID {
pub vendorID: u32,
pub deviceID: u32,
pub subSysID: u32,
pub revision: u32,
}
Expand description
Required features: "Win32_Graphics_DXCore"
Fields
vendorID: u32
deviceID: u32
subSysID: u32
revision: u32
Trait Implementations
impl Clone for DXCoreHardwareID
impl Clone for DXCoreHardwareID
impl Copy for DXCoreHardwareID
Auto Trait Implementations
impl RefUnwindSafe for DXCoreHardwareID
impl Send for DXCoreHardwareID
impl Sync for DXCoreHardwareID
impl Unpin for DXCoreHardwareID
impl UnwindSafe for DXCoreHardwareID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more