Struct hdf5::FileBuilder[][src]

pub struct FileBuilder { /* fields omitted */ }
Expand description

File builder allowing to customize file access/creation property lists.

Implementations

Creates a new file builder with default property lists.

Opens a file as read-only, file must exist.

Opens a file as read/write, file must exist.

Creates a file, truncates if exists.

Creates a file, fails if exists.

Opens a file as read/write if exists, creates otherwise.

Opens a file in a given mode.

Sets current file access property list to a given one.

A short alias for set_access_plist().

Returns the builder object for the file access property list.

A short alias for access_plist().

Allows accessing the builder object for the file access property list.

A short alias for with_access_plist().

Sets current file creation property list to a given one.

A short alias for set_create_plist().

Returns the builder object for the file creation property list.

A short alias for create_plist().

Allows accessing the builder object for the file creation property list.

A short alias for with_create_plist().

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.