Enum ole::EntryType [] [src]

pub enum EntryType {
    Empty,
    UserStorage,
    UserStream,
    LockBytes,
    Property,
    RootStorage,
}

Variants

Empty entry.

Storage, i.e. a directory.

Stream, i.e. a file.

LockBytes (unknown usage).

Property (unknown usage).

Root storage.

Trait Implementations

impl PartialEq for EntryType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for EntryType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EntryType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EntryType
[src]

impl Display for EntryType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EntryType

impl Sync for EntryType