Struct windows_sys::Wdk::Graphics::Direct3D::DXGK_FAULT_ERROR_CODE
#[repr(C)]pub struct DXGK_FAULT_ERROR_CODE {
pub Anonymous: DXGK_FAULT_ERROR_CODE_0,
}Fields§
§Anonymous: DXGK_FAULT_ERROR_CODE_0Trait Implementations§
§impl Clone for DXGK_FAULT_ERROR_CODE
impl Clone for DXGK_FAULT_ERROR_CODE
impl Copy for DXGK_FAULT_ERROR_CODE
Auto Trait Implementations§
impl RefUnwindSafe for DXGK_FAULT_ERROR_CODE
impl Send for DXGK_FAULT_ERROR_CODE
impl Sync for DXGK_FAULT_ERROR_CODE
impl Unpin for DXGK_FAULT_ERROR_CODE
impl UnwindSafe for DXGK_FAULT_ERROR_CODE
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