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