[][src]Trait cpp_core::vector_ops::Data

pub trait Data {
    type Output;
    unsafe fn data(&self) -> Self::Output;
}

Associated Types

type Output

Loading content...

Required methods

unsafe fn data(&self) -> Self::Output

Loading content...

Implementors

Loading content...