#[repr(C)]pub struct D3D12_DRED_ALLOCATION_NODE {
pub ObjectNameA: *const u8,
pub ObjectNameW: PCWSTR,
pub AllocationType: D3D12_DRED_ALLOCATION_TYPE,
pub pNext: *const D3D12_DRED_ALLOCATION_NODE,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
ObjectNameA: *const u8
ObjectNameW: PCWSTR
AllocationType: D3D12_DRED_ALLOCATION_TYPE
pNext: *const D3D12_DRED_ALLOCATION_NODE
Trait Implementations
impl Clone for D3D12_DRED_ALLOCATION_NODE
impl Clone for D3D12_DRED_ALLOCATION_NODE
impl Copy for D3D12_DRED_ALLOCATION_NODE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_DRED_ALLOCATION_NODE
impl !Send for D3D12_DRED_ALLOCATION_NODE
impl !Sync for D3D12_DRED_ALLOCATION_NODE
impl Unpin for D3D12_DRED_ALLOCATION_NODE
impl UnwindSafe for D3D12_DRED_ALLOCATION_NODE
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