[][src]Trait cpp_core::vector_ops::DataMut

pub trait DataMut {
    type Output;
    unsafe fn data_mut(&mut self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

unsafe fn data_mut(&mut self) -> Self::Output

Loading content...

Implementors

Loading content...