Struct faer_core::inner::DenseRowMut
source · #[repr(C)]pub struct DenseRowMut<'a, E: Entity> { /* private fields */ }
Trait Implementations§
source§impl<E: Entity> GenericMatrix for DenseRowMut<'_, E>
impl<E: Entity> GenericMatrix for DenseRowMut<'_, E>
source§impl<E: Entity> GenericMatrixMut for DenseRowMut<'_, E>
impl<E: Entity> GenericMatrixMut for DenseRowMut<'_, E>
Auto Trait Implementations§
impl<'a, E> RefUnwindSafe for DenseRowMut<'a, E>where E: RefUnwindSafe, <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: RefUnwindSafe,
impl<'a, E> Send for DenseRowMut<'a, E>
impl<'a, E> Sync for DenseRowMut<'a, E>
impl<'a, E> Unpin for DenseRowMut<'a, E>where <<E as Entity>::Group as ForCopyType>::FaerOfCopy<NonNull<<E as Entity>::Unit>>: Unpin,
impl<'a, E> !UnwindSafe for DenseRowMut<'a, E>
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