Struct libatasmart_sys::SkSmartAttributeParsedData [] [src]

#[repr(C)]
pub struct SkSmartAttributeParsedData { pub id: uint8_t, pub name: *const c_char, pub pretty_unit: SkSmartAttributeUnit, pub flags: uint16_t, pub threshold: uint8_t, pub threshold_valid: SkBool, pub online: SkBool, pub prefailure: SkBool, pub good_now: SkBool, pub good_now_valid: SkBool, pub good_in_the_past: SkBool, pub good_in_the_past_valid: SkBool, pub current_value_valid: SkBool, pub worst_value_valid: SkBool, pub warn: SkBool, pub current_value: uint8_t, pub worst_value: uint8_t, pub pretty_value: uint64_t, pub raw: [uint8_t; 6], }

Fields

Trait Implementations

impl Debug for SkSmartAttributeParsedData
[src]

[src]

Formats the value using the given formatter. Read more