struct ErrorScope {
error: Option<Error>,
filter: ErrorFilter,
}
Available on
wgpu_core
only.Fields§
§error: Option<Error>
§filter: ErrorFilter
Auto Trait Implementations§
impl Freeze for ErrorScope
impl !RefUnwindSafe for ErrorScope
impl Send for ErrorScope
impl Sync for ErrorScope
impl Unpin for ErrorScope
impl !UnwindSafe for ErrorScope
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