Struct oxygengine_core::ecs::RefWrite
source · [−]pub struct RefWrite<T>(_)
where
T: 'static;
Trait Implementations
impl<T> ResAccess for RefWrite<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for RefWrite<T>
impl<T> !Send for RefWrite<T>
impl<T> Sync for RefWrite<T>where
T: Sync,
impl<T> Unpin for RefWrite<T>
impl<T> UnwindSafe for RefWrite<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more