Struct oxygengine_core::ecs::ResWrite
source · [−]pub struct ResWrite<T> { /* private fields */ }
Trait Implementations
impl<T> ResAccess for ResWrite<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for ResWrite<T>
impl<T> !Send for ResWrite<T>
impl<T> Sync for ResWrite<T>
impl<T> Unpin for ResWrite<T>
impl<T> UnwindSafe for ResWrite<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