Struct cfb::Entry[][src]

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

Metadata about a single object (storage or stream) in a compound file.

Implementations

Returns the name of the object that this entry represents.

Returns the full path to the object that this entry represents.

Returns whether this entry is for a stream object (i.e. a “file” within the compound file).

Returns whether this entry is for a storage object (i.e. a “directory” within the compound file), either the root or a nested storage.

Returns whether this entry is specifically for the root storage object of the compound file.

Returns the size, in bytes, of the stream that this metadata is for.

Returns the CLSID (that is, the object class GUID) for this object. This will always be all zeros for stream objects.

Returns the user-defined bitflags set for this object.

Returns the time when the object that this entry represents was created.

Returns the time when the object that this entry represents was last modified.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.