Enum block_utils::MediaType [−][src]
pub enum MediaType {
SolidState,
Rotational,
Loopback,
LVM,
MdRaid,
NVME,
Ram,
Virtual,
Unknown,
}Expand description
What type of media has been detected.
Variants
AKA SSD
Regular rotational device
Special loopback device
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MediaType
impl UnwindSafe for MediaType
Blanket Implementations
Mutably borrows from an owned value. Read more