Struct hdf5::Datatype [] [src]

pub struct Datatype(_);

A datatype.

Methods

impl Datatype
[src]

fn size(&self) -> Result<usize>

Return the size in bytes.

Trait Implementations

impl Clone for Datatype
[src]

fn clone(&self) -> Datatype

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Identity for Datatype
[src]

fn id(&self) -> ID

Return the identifier.

impl PartialEq for Datatype
[src]

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.