[][src]Struct shine_graph::smat::RowUpdate

pub struct RowUpdate<'a, M, S> where
    M: MatrixMask,
    S: StoreMut
{ /* fields omitted */ }

Access a single row in the matrix.

Trait Implementations

impl<'a, M, S> IntoJoin for RowUpdate<'a, M, S> where
    M: MatrixMask,
    S: StoreMut
[src]

type Store = Self

impl<'a, M, S> IndexExcl<usize> for RowUpdate<'a, M, S> where
    M: MatrixMask,
    S: StoreMut
[src]

type Item = &'a mut <S as Store>::Item

impl<'a, M, S> IndexLowerBound<usize> for RowUpdate<'a, M, S> where
    M: MatrixMask,
    S: StoreMut
[src]

Auto Trait Implementations

impl<'a, M, S> Send for RowUpdate<'a, M, S> where
    M: Sync,
    S: Send

impl<'a, M, S> Sync for RowUpdate<'a, M, S> where
    M: Sync,
    S: Sync

Blanket Implementations

impl<T> IntoJoinExt for T where
    T: IntoJoin + ?Sized
[src]

fn join_all<F>(self, f: F) where
    F: FnMut(usize, <Self::Store as IndexExcl<usize>>::Item),
    Self: Sized
[src]

fn join_until<F>(self, f: F) where
    F: FnMut(usize, <Self::Store as IndexExcl<usize>>::Item) -> bool,
    Self: Sized
[src]

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]