Struct bevy_utils::synccell::SyncCell
source · pub struct SyncCell<T: ?Sized> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SyncCell<T>
impl<T> RefUnwindSafe for SyncCell<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for SyncCell<T>
impl<T> Unpin for SyncCell<T>
impl<T> UnwindSafe for SyncCell<T>where
T: UnwindSafe + ?Sized,
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