pub struct DeviceLostInvocation {
closure: DeviceLostClosure,
reason: DeviceLostReason,
message: String,
}Fields§
§closure: DeviceLostClosure§reason: DeviceLostReason§message: StringAuto 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