[][src]Struct netcdf::types::CompoundField

pub struct CompoundField { /* fields omitted */ }

Subfield of a compound

Implementations

impl CompoundField[src]

pub fn name(&self) -> String[src]

Name of the compound field

pub fn typ(&self) -> VariableType[src]

type of the field

pub fn offset(&self) -> usize[src]

Offset in bytes of this field in the compound type

pub fn dimensions(&self) -> Option<Vec<usize>>[src]

Get dimensionality of this compound field

Auto Trait Implementations

impl RefUnwindSafe for CompoundField

impl Send for CompoundField

impl Sync for CompoundField

impl Unpin for CompoundField

impl UnwindSafe for CompoundField

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.