Struct hdd::drivedb::Entry [] [src]

pub struct Entry {
    pub family: String,
    pub model: String,
    pub firmware: String,
    pub warning: String,
    pub presets: String,
}

drivedb.h entry

Fields

Informal string about the model family/series of a device.

POSIX extended regular expression to match the model of a device. This should never be "".

POSIX extended regular expression to match a devices's firmware.

Optional if "".

A message that may be displayed for matching drives. For example, to inform the user that they may need to apply a firmware patch.

String with vendor-specific attribute ('-v') and firmware bug fix ('-F') options. Same syntax as in smartctl command line.

Trait Implementations

impl Debug for Entry
[src]

[src]

Formats the value using the given formatter.