Struct faer_core::group_helpers::SuffixMut
source · pub struct SuffixMut<'a, E: Entity, S: Simd>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<'a, E, S> RefUnwindSafe for SuffixMut<'a, E, S>where
<<E as Entity>::Group as ForType>::FaerOf<<E as Entity>::SuffixMutUnit<'static, S>>: RefUnwindSafe,
impl<'a, E, S> Send for SuffixMut<'a, E, S>
impl<'a, E, S> Sync for SuffixMut<'a, E, S>
impl<'a, E, S> Unpin for SuffixMut<'a, E, S>
impl<'a, E, S> !UnwindSafe for SuffixMut<'a, E, S>
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