#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq for WGPUDawnDeviceAllocatorControl
Source§impl Ord for WGPUDawnDeviceAllocatorControl
impl Ord for WGPUDawnDeviceAllocatorControl
Source§fn cmp(&self, other: &WGPUDawnDeviceAllocatorControl) -> Ordering
fn cmp(&self, other: &WGPUDawnDeviceAllocatorControl) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUDawnDeviceAllocatorControl
impl PartialOrd for WGPUDawnDeviceAllocatorControl
impl StructuralPartialEq for WGPUDawnDeviceAllocatorControl
Auto Trait Implementations§
impl !Send for WGPUDawnDeviceAllocatorControl
impl !Sync for WGPUDawnDeviceAllocatorControl
impl Freeze for WGPUDawnDeviceAllocatorControl
impl RefUnwindSafe for WGPUDawnDeviceAllocatorControl
impl Unpin for WGPUDawnDeviceAllocatorControl
impl UnsafeUnpin 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