#[repr(C)]pub struct D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA {
pub Version: D3D12_DRED_VERSION,
pub Anonymous: D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA_0,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
Version: D3D12_DRED_VERSION
Anonymous: D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA_0
Trait Implementations
impl Copy for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
impl !Send for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
impl !Sync for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
impl Unpin for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
impl UnwindSafe for D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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