struct ErrorSinkRaw {
scopes: Vec<ErrorScope>,
uncaptured_handler: Option<Box<dyn UncapturedErrorHandler>>,
}
Available on
wgpu_core
only.Fields§
§scopes: Vec<ErrorScope>
§uncaptured_handler: Option<Box<dyn UncapturedErrorHandler>>
Implementations§
source§impl ErrorSinkRaw
impl ErrorSinkRaw
fn new() -> ErrorSinkRaw
fn handle_error(&mut self, err: Error)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorSinkRaw
impl !RefUnwindSafe for ErrorSinkRaw
impl Send for ErrorSinkRaw
impl !Sync for ErrorSinkRaw
impl Unpin for ErrorSinkRaw
impl !UnwindSafe for ErrorSinkRaw
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