Struct faer_core::group_helpers::RefGroupMut
source · pub struct RefGroupMut<'a, E: Entity, T: 'static = <E as Entity>::Unit>(/* private fields */);Implementations§
source§impl<'a, E: Entity, T: 'static, const N: usize> RefGroupMut<'a, E, [T; N]>
impl<'a, E: Entity, T: 'static, const N: usize> RefGroupMut<'a, E, [T; N]>
pub fn unzip(self) -> [RefGroupMut<'a, E, T>; N]
source§impl<'a, E: Entity, T: 'static> RefGroupMut<'a, E, T>
impl<'a, E: Entity, T: 'static> RefGroupMut<'a, E, T>
Trait Implementations§
source§impl<'a, E: Entity, T: 'static> IntoConst for RefGroupMut<'a, E, T>
impl<'a, E: Entity, T: 'static> IntoConst for RefGroupMut<'a, E, T>
source§impl<'short, 'a, E: Entity, T: 'static> Reborrow<'short> for RefGroupMut<'a, E, T>
impl<'short, 'a, E: Entity, T: 'static> Reborrow<'short> for RefGroupMut<'a, E, T>
source§impl<'short, 'a, E: Entity, T: 'static> ReborrowMut<'short> for RefGroupMut<'a, E, T>
impl<'short, 'a, E: Entity, T: 'static> ReborrowMut<'short> for RefGroupMut<'a, E, T>
Auto Trait Implementations§
impl<'a, E, T> RefUnwindSafe for RefGroupMut<'a, E, T>where <<E as Entity>::Group as ForType>::FaerOf<&'static mut T>: RefUnwindSafe,
impl<'a, E, T> Send for RefGroupMut<'a, E, T>where <<E as Entity>::Group as ForType>::FaerOf<&'static mut T>: Send,
impl<'a, E, T> Sync for RefGroupMut<'a, E, T>where <<E as Entity>::Group as ForType>::FaerOf<&'static mut T>: Sync,
impl<'a, E, T> Unpin for RefGroupMut<'a, E, T>where <<E as Entity>::Group as ForType>::FaerOf<&'static mut T>: Unpin,
impl<'a, E, T = <E as Entity>::Unit> !UnwindSafe for RefGroupMut<'a, E, T>
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