Struct hecs::RefMut [−][src]
pub struct RefMut<'a, T: Component> { /* fields omitted */ }
Expand description
Unique borrow of an entity’s component
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for RefMut<'a, T> where
T: RefUnwindSafe, impl<'a, T> UnwindSafe for RefMut<'a, T> where
T: RefUnwindSafe,