Struct gpu_allocator::d3d12::AllocatorCreateDesc
source · [−]pub struct AllocatorCreateDesc {
pub device: Dx12DevicePtr,
pub debug_settings: AllocatorDebugSettings,
}Fields
device: Dx12DevicePtrdebug_settings: AllocatorDebugSettingsTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more