Enum block_utils::MediaType
[−]
[src]
pub enum MediaType {
SolidState,
Rotational,
Loopback,
Virtual,
Unknown,
}What type of media has been detected.
Variants
SolidStateAKA SSD
RotationalRegular rotational disks
LoopbackSpecial loopback device
VirtualUnknown
Trait Implementations
impl Clone for MediaType[src]
fn clone(&self) -> MediaType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more