pub struct DawnDeviceAllocatorControl {
pub allocator_heap_block_size: Option<usize>,
}Fields§
§allocator_heap_block_size: Option<usize>Implementations§
Trait Implementations§
Source§impl Default for DawnDeviceAllocatorControl
impl Default for DawnDeviceAllocatorControl
Source§impl From<DawnDeviceAllocatorControl> for DeviceDescriptorExtension
impl From<DawnDeviceAllocatorControl> for DeviceDescriptorExtension
Source§fn from(ext: DawnDeviceAllocatorControl) -> Self
fn from(ext: DawnDeviceAllocatorControl) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnDeviceAllocatorControl
impl RefUnwindSafe for DawnDeviceAllocatorControl
impl Send for DawnDeviceAllocatorControl
impl Sync for DawnDeviceAllocatorControl
impl Unpin for DawnDeviceAllocatorControl
impl UnsafeUnpin for DawnDeviceAllocatorControl
impl UnwindSafe for DawnDeviceAllocatorControl
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