Struct sys_info::DiskInfo [] [src]

#[repr(C)]
pub struct DiskInfo { pub total: u64, pub free: u64, }

Disk information.

Fields

Trait Implementations

impl Debug for DiskInfo
[src]

[src]

Formats the value using the given formatter.