[][src]Struct netcdf::types::OpaqueType

pub struct OpaqueType { /* fields omitted */ }

A set of bytes which with unspecified endianess

Implementations

impl OpaqueType[src]

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

Get the name of this opaque type

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

Number of bytes this type occupies

Trait Implementations

impl Clone for OpaqueType[src]

impl Debug for OpaqueType[src]

impl Into<VariableType> for OpaqueType[src]

Auto Trait Implementations

impl RefUnwindSafe for OpaqueType

impl Send for OpaqueType

impl Sync for OpaqueType

impl Unpin for OpaqueType

impl UnwindSafe for OpaqueType

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.