[][src]Trait views::ViewMut

pub trait ViewMut<T: Copy>: AsMut<[T]> {
    fn put(&mut self, val: &[T]) -> Result<(), BadPos>;
}

Required methods

fn put(&mut self, val: &[T]) -> Result<(), BadPos>[src]

Loading content...

Implementors

impl<T: Copy> ViewMut<T> for &mut [T][src]

impl<T: Copy, B: AsMut<[T]>> ViewMut<T> for Look<T, B>[src]

Loading content...