Enum block_utils::MetadataProfile [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for MetadataProfile
impl Send for MetadataProfile
impl Sync for MetadataProfile
impl Unpin for MetadataProfile
impl UnwindSafe for MetadataProfile
Blanket Implementations
Mutably borrows from an owned value. Read more