Union windows_sys::Wdk::Graphics::Direct3D::DXGK_FAULT_ERROR_CODE_0
#[repr(C)]
pub union DXGK_FAULT_ERROR_CODE_0 {
pub Anonymous1: DXGK_FAULT_ERROR_CODE_0_0,
pub Anonymous2: DXGK_FAULT_ERROR_CODE_0_1,
}
Fields§
§Anonymous1: DXGK_FAULT_ERROR_CODE_0_0
§Anonymous2: DXGK_FAULT_ERROR_CODE_0_1
Trait Implementations§
§impl Clone for DXGK_FAULT_ERROR_CODE_0
impl Clone for DXGK_FAULT_ERROR_CODE_0
impl Copy for DXGK_FAULT_ERROR_CODE_0
Auto Trait Implementations§
impl RefUnwindSafe for DXGK_FAULT_ERROR_CODE_0
impl Send for DXGK_FAULT_ERROR_CODE_0
impl Sync for DXGK_FAULT_ERROR_CODE_0
impl Unpin for DXGK_FAULT_ERROR_CODE_0
impl UnwindSafe for DXGK_FAULT_ERROR_CODE_0
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