Struct rinecs::ResMut [−][src]
pub struct ResMut<'a, T>(pub &'a mut T);
Marker to access resources mutably from functions that use signature to access them instead of resources parameter
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for ResMut<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for ResMut<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for ResMut<'a, T> where
T: Sync,
T: Sync,