Struct hdf5::Slice [] [src]

pub struct Slice<'l, T: 'l> {
    // some fields omitted
}

A slice.

Trait Implementations

impl<'l, T> Data for Slice<'l, T>
[src]

fn as_bytes(&self) -> &[u8]

Return the raw data.

fn datatype(&self) -> Datatype

Return the datatype.

fn dimensions(&self) -> &[usize]

Return the dimensions.