pub struct DawnFakeBufferOOMForTesting {
pub fake_oom_at_wire_client_map: Option<bool>,
pub fake_oom_at_native_map: Option<bool>,
pub fake_oom_at_device: Option<bool>,
}Fields§
§fake_oom_at_wire_client_map: Option<bool>§fake_oom_at_native_map: Option<bool>§fake_oom_at_device: Option<bool>Implementations§
Trait Implementations§
Source§impl From<DawnFakeBufferOOMForTesting> for BufferDescriptorExtension
impl From<DawnFakeBufferOOMForTesting> for BufferDescriptorExtension
Source§fn from(ext: DawnFakeBufferOOMForTesting) -> Self
fn from(ext: DawnFakeBufferOOMForTesting) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnFakeBufferOOMForTesting
impl RefUnwindSafe for DawnFakeBufferOOMForTesting
impl Send for DawnFakeBufferOOMForTesting
impl Sync for DawnFakeBufferOOMForTesting
impl Unpin for DawnFakeBufferOOMForTesting
impl UnsafeUnpin for DawnFakeBufferOOMForTesting
impl UnwindSafe for DawnFakeBufferOOMForTesting
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