pub union FATDirEnt {
    pub short_entry: FATShortDirEnt,
    pub long_entry: FATLongDirEnt,
}

Fields

short_entry: FATShortDirEntlong_entry: FATLongDirEnt

Implementations

Test whether self is a short entry and whether the short entry name of self is the same type of prefix.

Embedded spaces within a long name are allowed. Leading and trailing spaces in a long name are ignored. Leading and embedded periods are allowed in a name and are stored in the long name. Trailing periods are ignored. No ‘~’ or trailing numbers

pub fn unused_not_last_entry() -> Self

pub fn unused_and_last_entry() -> Self

Trait Implementations

Formats the value using the given formatter. 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 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.