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]
impl MetadataProfileTrait Implementations
impl Clone for MetadataProfile[src]
impl Clone for MetadataProfilefn clone(&self) -> MetadataProfile[src]
fn clone(&self) -> MetadataProfileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for MetadataProfile[src]
impl Debug for MetadataProfileAuto Trait Implementations
impl Send for MetadataProfile
impl Send for MetadataProfileimpl Sync for MetadataProfile
impl Sync for MetadataProfile