pub enum FATType {
FAT12,
FAT16,
FAT32,
ExFAT,
}
Expand description
An enum representing different versions of the FAT filesystem
Variants§
Implementations§
Trait Implementations§
impl Copy for FATType
impl StructuralPartialEq for FATType
Auto Trait Implementations§
impl Freeze for FATType
impl RefUnwindSafe for FATType
impl Send for FATType
impl Sync for FATType
impl Unpin for FATType
impl UnwindSafe for FATType
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