Struct wgpu_core::device::DeviceLostClosureRust
source · pub struct DeviceLostClosureRust {
pub callback: DeviceLostCallback,
/* private fields */
}
Fields§
§callback: DeviceLostCallback
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceLostClosureRust
impl !RefUnwindSafe for DeviceLostClosureRust
impl Send for DeviceLostClosureRust
impl !Sync for DeviceLostClosureRust
impl Unpin for DeviceLostClosureRust
impl !UnwindSafe for DeviceLostClosureRust
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