#[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 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 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