pub struct RowView<'a> { /* private fields */ }Expand description
Strided borrowed view over one logical matrix row.
Implementations§
Trait Implementations§
Source§impl<'a> PartialEq for RowView<'a>
impl<'a> PartialEq for RowView<'a>
Source§impl TryFrom<RowView<'_>> for DenseVector
impl TryFrom<RowView<'_>> for DenseVector
impl<'a> Copy for RowView<'a>
impl<'a> StructuralPartialEq for RowView<'a>
Auto Trait Implementations§
impl<'a> Freeze for RowView<'a>
impl<'a> RefUnwindSafe for RowView<'a>
impl<'a> Send for RowView<'a>
impl<'a> Sync for RowView<'a>
impl<'a> Unpin for RowView<'a>
impl<'a> UnsafeUnpin for RowView<'a>
impl<'a> UnwindSafe for RowView<'a>
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