#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for WGPUDawnDeviceAllocatorControl
impl Ord for WGPUDawnDeviceAllocatorControl
Source§fn cmp(&self, other: &WGPUDawnDeviceAllocatorControl) -> Ordering
fn cmp(&self, other: &WGPUDawnDeviceAllocatorControl) -> Ordering
1.21.0 · 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 PartialEq for WGPUDawnDeviceAllocatorControl
impl PartialEq for WGPUDawnDeviceAllocatorControl
Source§fn eq(&self, other: &WGPUDawnDeviceAllocatorControl) -> bool
fn eq(&self, other: &WGPUDawnDeviceAllocatorControl) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnDeviceAllocatorControl
impl PartialOrd for WGPUDawnDeviceAllocatorControl
impl Copy for WGPUDawnDeviceAllocatorControl
impl Eq for WGPUDawnDeviceAllocatorControl
impl StructuralPartialEq 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