Trait strided::MutStrided [-] [+] [src]

pub trait MutStrided: Strided {
    fn as_stride_mut(&mut self) -> MutStride<Self::Elem>;
}

Things that can be viewed as a series of mutable equally spaced Ts in memory.

Required Methods

fn as_stride_mut(&mut self) -> MutStride<Self::Elem>

Implementors