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
total_bytes: Option<u64>
name: String
disk: Vec<GuestDiskAddress>
mountpoint: String
type_: String
used_bytes: Option<u64>
Trait Implementations
impl Debug for GuestFilesystemInfo[src]
impl Debug for GuestFilesystemInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for GuestFilesystemInfo[src]
impl Clone for GuestFilesystemInfofn clone(&self) -> GuestFilesystemInfo[src]
fn clone(&self) -> GuestFilesystemInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for GuestFilesystemInfo
impl Send for GuestFilesystemInfoimpl Sync for GuestFilesystemInfo
impl Sync for GuestFilesystemInfo