Struct faer_core::mul::inner_prod::AccNoConjAxB
source · pub struct AccNoConjAxB<'a, E: ComplexField> {
pub a: E::Group<&'a [E::Unit]>,
pub b: E::Group<&'a [E::Unit]>,
}Fields§
§a: E::Group<&'a [E::Unit]>§b: E::Group<&'a [E::Unit]>Trait Implementations§
Auto Trait Implementations§
impl<'a, E> RefUnwindSafe for AccNoConjAxB<'a, E>where <E as Entity>::Group<&'a [<E as Entity>::Unit]>: RefUnwindSafe,
impl<'a, E> Send for AccNoConjAxB<'a, E>where <E as Entity>::Group<&'a [<E as Entity>::Unit]>: Send,
impl<'a, E> Sync for AccNoConjAxB<'a, E>where <E as Entity>::Group<&'a [<E as Entity>::Unit]>: Sync,
impl<'a, E> Unpin for AccNoConjAxB<'a, E>where <E as Entity>::Group<&'a [<E as Entity>::Unit]>: Unpin,
impl<'a, E> UnwindSafe for AccNoConjAxB<'a, E>where <E as Entity>::Group<&'a [<E as Entity>::Unit]>: 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