Struct gpu_allocator::d3d12::AllocatorCreateDesc
source · pub struct AllocatorCreateDesc {
pub device: ID3D12DeviceVersion,
pub debug_settings: AllocatorDebugSettings,
pub allocation_sizes: AllocationSizes,
}
Fields§
§device: ID3D12DeviceVersion
§debug_settings: AllocatorDebugSettings
§allocation_sizes: AllocationSizes
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AllocatorCreateDesc
impl Send for AllocatorCreateDesc
impl Sync for AllocatorCreateDesc
impl Unpin for AllocatorCreateDesc
impl UnwindSafe for AllocatorCreateDesc
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