pub struct ArrayOperation<M, const N: usize> { /* private fields */ }
Trait Implementations§
Source§impl<M, const N: usize> Invertible for ArrayOperation<M, N>where
M: Invertible,
impl<M, const N: usize> Invertible for ArrayOperation<M, N>where
M: Invertible,
impl<M, const N: usize> Associative for ArrayOperation<M, N>where
M: Associative,
impl<M, const N: usize> Commutative for ArrayOperation<M, N>where
M: Commutative,
impl<M, const N: usize> Idempotent for ArrayOperation<M, N>where
M: Idempotent,
Auto Trait Implementations§
impl<M, const N: usize> Freeze for ArrayOperation<M, N>
impl<M, const N: usize> RefUnwindSafe for ArrayOperation<M, N>
impl<M, const N: usize> Send for ArrayOperation<M, N>
impl<M, const N: usize> Sync for ArrayOperation<M, N>
impl<M, const N: usize> Unpin for ArrayOperation<M, N>
impl<M, const N: usize> UnwindSafe for ArrayOperation<M, N>
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