Struct cfb::Entry [] [src]

pub struct Entry { /* fields omitted */ }

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

Methods

impl Entry
[src]

[src]

Returns the name of the object that this entry represents.

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

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

[src]

Returns the user-defined bitflags set for this object.

[src]

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

[src]

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

Trait Implementations

impl Clone for Entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more