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