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

Methods

impl MetadataProfile
[src]

[src]

Trait Implementations

impl Clone for MetadataProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MetadataProfile
[src]

[src]

Formats the value using the given formatter.