Enum exfat::error::AllocationError
source · pub enum AllocationError {
NotPossible,
Fragment,
NoMoreCluster,
}Variants§
NotPossible
Allocation-not-possible is set in file metadata
Fragment
Need fragment while dont-fragment is set in file options
NoMoreCluster
No more cluster available
Trait Implementations§
source§impl Debug for AllocationError
impl Debug for AllocationError
source§impl<E> From<AllocationError> for Error<E>
impl<E> From<AllocationError> for Error<E>
source§fn from(e: AllocationError) -> Self
fn from(e: AllocationError) -> Self
Converts to this type from the input type.