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