#[repr(C)]pub struct D3D12_DEVICE_REMOVED_EXTENDED_DATA {
pub Flags: D3D12_DRED_FLAGS,
pub pHeadAutoBreadcrumbNode: *mut D3D12_AUTO_BREADCRUMB_NODE,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
Flags: D3D12_DRED_FLAGS
pHeadAutoBreadcrumbNode: *mut D3D12_AUTO_BREADCRUMB_NODE
Trait Implementations
impl Clone for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl Clone for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl Copy for D3D12_DEVICE_REMOVED_EXTENDED_DATA
Auto Trait Implementations
impl RefUnwindSafe for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl !Send for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl !Sync for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl Unpin for D3D12_DEVICE_REMOVED_EXTENDED_DATA
impl UnwindSafe for D3D12_DEVICE_REMOVED_EXTENDED_DATA
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