Enum block_utils::MetadataProfile
source · pub enum MetadataProfile {
Raid0,
Raid1,
Raid5,
Raid6,
Raid10,
Single,
Dup,
}Expand description
This is used for formatting btrfs filesystems and setting the metadata profile
Variants§
Trait Implementations§
source§impl Clone for MetadataProfile
impl Clone for MetadataProfile
source§fn clone(&self) -> MetadataProfile
fn clone(&self) -> MetadataProfile
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more