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