Struct butlerd::Responses::InstallLocationSizeInfo[][src]

pub struct InstallLocationSizeInfo {
    pub installed_size: i64,
    pub free_size: i64,
    pub total_size: i64,
}

Info on storage usage for an install location

Fields

Number of bytes used by currently installed games

Negative if unknown

Negative if unknown

Trait Implementations

impl Debug for InstallLocationSizeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations