Struct hdf5::file::FileCreate[][src]

#[repr(transparent)]
pub struct FileCreate(_);
Expand description

File creation properties.

Implementations

File creation property list.

Retrieves the size of a user block.

Retrieves the size of the offsets and lengths used in the file.

Retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size.

Queries the 1/2 rank of an indexed storage B-tree.

Retrieves shared object header message phase change information.

Retrieves configuration settings for shared message indexes.

Returns true if the time data is recorded.

Returns attribute storage phase change thresholds.

Returns flags for tracking and indexing attribute creation order.

Retrieves the file space page size.

Retrieves the file space handling strategy.

Methods from Deref<Target = PropertyList>

Copies the property list.

Queries whether a property name exists in the property list.

Iterates over properties in the property list, returning their names.

Returns the current number of properties in the property list.

Returns the class of the property list.

Methods from Deref<Target = Object>

Returns reference count if the handle is valid and 0 otherwise.

Returns true if the object has a valid unlocked identifier (false for pre-defined locked identifiers like property list classes).

Returns type of the object.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

Downcast the object into $tp if possible.

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

The resulting type after dereferencing.

Dereferences the value.

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

This method tests for !=.

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.