Struct qapi_qga::GuestFilesystemInfo[][src]

pub struct GuestFilesystemInfo {
    pub total_bytes: Option<u64>,
    pub name: String,
    pub disk: Vec<GuestDiskAddress>,
    pub mountpoint: String,
    pub type_: String,
    pub used_bytes: Option<u64>,
}

Fields

Trait Implementations

impl Debug for GuestFilesystemInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFilesystemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFilesystemInfo

impl Sync for GuestFilesystemInfo