#[repr(C)]pub struct WGPUDawnDeviceAllocatorControl {
pub chain: WGPUChainedStruct,
pub allocatorHeapBlockSize: usize,
}Fields§
§chain: WGPUChainedStruct§allocatorHeapBlockSize: usizeTrait Implementations§
Source§impl Clone for WGPUDawnDeviceAllocatorControl
impl Clone for WGPUDawnDeviceAllocatorControl
Source§fn clone(&self) -> WGPUDawnDeviceAllocatorControl
fn clone(&self) -> WGPUDawnDeviceAllocatorControl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUDawnDeviceAllocatorControl
Auto Trait Implementations§
impl Freeze for WGPUDawnDeviceAllocatorControl
impl RefUnwindSafe for WGPUDawnDeviceAllocatorControl
impl !Send for WGPUDawnDeviceAllocatorControl
impl !Sync for WGPUDawnDeviceAllocatorControl
impl Unpin for WGPUDawnDeviceAllocatorControl
impl UnwindSafe for WGPUDawnDeviceAllocatorControl
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