pub struct ResMut<'w, R>where
R: Resource + 'static,{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'w, R> Freeze for ResMut<'w, R>
impl<'w, R> RefUnwindSafe for ResMut<'w, R>where
R: RefUnwindSafe,
impl<'w, R> Send for ResMut<'w, R>where
R: Send,
impl<'w, R> Sync for ResMut<'w, R>where
R: Sync,
impl<'w, R> Unpin for ResMut<'w, R>
impl<'w, R> !UnwindSafe for ResMut<'w, R>
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