[][src]Enum hdf5::plist::PropertyListClass

pub enum PropertyListClass {
    AttributeCreate,
    DatasetAccess,
    DatasetCreate,
    DataTransfer,
    DatatypeAccess,
    DatatypeCreate,
    FileAccess,
    FileCreate,
    FileMount,
    GroupAccess,
    GroupCreate,
    LinkAccess,
    LinkCreate,
    ObjectCopy,
    ObjectCreate,
    StringCreate,
}

Property list class.

Variants

AttributeCreate

Properties for attribute creation.

DatasetAccess

Properties for dataset access.

DatasetCreate

Properties for dataset creation.

DataTransfer

Properties for raw data transfer.

DatatypeAccess

Properties for datatype access.

DatatypeCreate

Properties for datatype creation.

FileAccess

Properties for file access.

FileCreate

Properties for file creation.

FileMount

Properties for file mounting.

GroupAccess

Properties for group access.

GroupCreate

Properties for group creation.

LinkAccess

Properties for link traversal when accessing objects.

LinkCreate

Properties for link creation.

ObjectCopy

Properties for object copying process.

ObjectCreate

Properties for object creatio.

StringCreate

Properties for character encoding.

Trait Implementations

impl Clone for PropertyListClass[src]

impl Copy for PropertyListClass[src]

impl Debug for PropertyListClass[src]

impl Display for PropertyListClass[src]

impl Eq for PropertyListClass[src]

impl FromStr for PropertyListClass[src]

type Err = Error

The associated error which can be returned from parsing.

impl Into<String> for PropertyListClass[src]

impl PartialEq<PropertyListClass> for PropertyListClass[src]

impl StructuralEq for PropertyListClass[src]

impl StructuralPartialEq for PropertyListClass[src]

Auto Trait Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.