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