#[repr(C)]pub struct WGPUDawnFakeBufferOOMForTesting {
pub chain: WGPUChainedStruct,
pub fakeOOMAtWireClientMap: WGPUBool,
pub fakeOOMAtNativeMap: WGPUBool,
pub fakeOOMAtDevice: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§fakeOOMAtWireClientMap: WGPUBool§fakeOOMAtNativeMap: WGPUBool§fakeOOMAtDevice: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUDawnFakeBufferOOMForTesting
impl Clone for WGPUDawnFakeBufferOOMForTesting
Source§fn clone(&self) -> WGPUDawnFakeBufferOOMForTesting
fn clone(&self) -> WGPUDawnFakeBufferOOMForTesting
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 WGPUDawnFakeBufferOOMForTesting
impl Ord for WGPUDawnFakeBufferOOMForTesting
Source§fn cmp(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> Ordering
fn cmp(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> 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 WGPUDawnFakeBufferOOMForTesting
impl PartialEq for WGPUDawnFakeBufferOOMForTesting
Source§fn eq(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> bool
fn eq(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnFakeBufferOOMForTesting
impl PartialOrd for WGPUDawnFakeBufferOOMForTesting
impl Copy for WGPUDawnFakeBufferOOMForTesting
impl Eq for WGPUDawnFakeBufferOOMForTesting
impl StructuralPartialEq for WGPUDawnFakeBufferOOMForTesting
Auto Trait Implementations§
impl Freeze for WGPUDawnFakeBufferOOMForTesting
impl RefUnwindSafe for WGPUDawnFakeBufferOOMForTesting
impl !Send for WGPUDawnFakeBufferOOMForTesting
impl !Sync for WGPUDawnFakeBufferOOMForTesting
impl Unpin for WGPUDawnFakeBufferOOMForTesting
impl UnwindSafe for WGPUDawnFakeBufferOOMForTesting
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