pub enum FatType {
Fat12,
Fat16,
Fat32,
}
Expand description
A type of FAT filesystem.
FatType
values are based on the size of File Allocation Table entry.
Variants§
Trait Implementations§
impl Copy for FatType
impl Eq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)