pub struct GpuPause(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpuPause
impl RefUnwindSafe for GpuPause
impl Send for GpuPause
impl Sync for GpuPause
impl Unpin for GpuPause
impl UnsafeUnpin for GpuPause
impl UnwindSafe for GpuPause
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