Struct qapi_qga::GuestFilesystemInfo
[−]
[src]
pub struct GuestFilesystemInfo { pub mountpoint: String, pub type_: String, pub disk: Vec<GuestDiskAddress>, pub name: String, }
Fields
mountpoint: String
type_: String
disk: Vec<GuestDiskAddress>
name: String
Trait Implementations
impl Debug for GuestFilesystemInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestFilesystemInfo
[src]
fn clone(&self) -> GuestFilesystemInfo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more