#[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 (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 WGPUDawnFakeBufferOOMForTesting
impl Eq for WGPUDawnFakeBufferOOMForTesting
Source§impl Ord for WGPUDawnFakeBufferOOMForTesting
impl Ord for WGPUDawnFakeBufferOOMForTesting
Source§fn cmp(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> Ordering
fn cmp(&self, other: &WGPUDawnFakeBufferOOMForTesting) -> 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 WGPUDawnFakeBufferOOMForTesting
impl PartialOrd for WGPUDawnFakeBufferOOMForTesting
impl StructuralPartialEq for WGPUDawnFakeBufferOOMForTesting
Auto Trait Implementations§
impl !Send for WGPUDawnFakeBufferOOMForTesting
impl !Sync for WGPUDawnFakeBufferOOMForTesting
impl Freeze for WGPUDawnFakeBufferOOMForTesting
impl RefUnwindSafe for WGPUDawnFakeBufferOOMForTesting
impl Unpin for WGPUDawnFakeBufferOOMForTesting
impl UnsafeUnpin 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