Enum embedded_sdmmc::VolumeType
source · pub enum VolumeType {
Fat(FatVolume),
}Expand description
This enum holds the data for the various different types of filesystems we support.
Variants§
Trait Implementations§
source§impl Debug for VolumeType
impl Debug for VolumeType
source§impl PartialEq<VolumeType> for VolumeType
impl PartialEq<VolumeType> for VolumeType
source§fn eq(&self, other: &VolumeType) -> bool
fn eq(&self, other: &VolumeType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.