pub union FATDirEnt {
pub short_entry: FATShortDirEnt,
pub long_entry: FATLongDirEnt,
}
Fields
short_entry: FATShortDirEnt
long_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