Enum block_utils::MediaType [] [src]

pub enum MediaType {
    SolidState,
    Rotational,
    Loopback,
    Unknown,
}

What type of media has been detected.

Variants

AKA SSD

Regular rotational disks

Special loopback device

Trait Implementations

impl Debug for MediaType
[src]

Formats the value using the given formatter.