Struct block_utils::Device [] [src]

pub struct Device {
    pub id: Option<Uuid>,
    pub name: String,
    pub media_type: MediaType,
    pub capacity: u64,
    pub fs_type: FilesystemType,
}

Device information that is gathered with udev

Fields

Trait Implementations

impl Debug for Device
[src]

Formats the value using the given formatter.