Struct wgpu_core::device::DeviceLostInvocation
source · pub struct DeviceLostInvocation {
closure: DeviceLostClosure,
reason: DeviceLostReason,
message: String,
}
Fields§
§closure: DeviceLostClosure
§reason: DeviceLostReason
§message: String
Auto Trait Implementations§
impl Freeze for DeviceLostInvocation
impl !RefUnwindSafe for DeviceLostInvocation
impl Send for DeviceLostInvocation
impl !Sync for DeviceLostInvocation
impl Unpin for DeviceLostInvocation
impl !UnwindSafe for DeviceLostInvocation
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