pub enum DataError {
NotExFAT,
BootChecksum,
AllocationBitmapMissing,
UpcaseTableMissing,
UpcaseTableChecksum,
FATChain,
Metadata,
}
Variants§
NotExFAT
Not exFAT filesystem
BootChecksum
Bad boot sector checksum
AllocationBitmapMissing
Allocation bitmap missing
UpcaseTableMissing
Upcase table missing
UpcaseTableChecksum
Bad upcase table checksum
FATChain
Broken FAT chain
Metadata
Broken file or directory metadata
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataError
impl RefUnwindSafe for DataError
impl Send for DataError
impl Sync for DataError
impl Unpin for DataError
impl UnwindSafe for DataError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more