Struct qapi_qga::GuestFilesystemTrimResult
[−]
[src]
pub struct GuestFilesystemTrimResult { pub path: String, pub trimmed: Option<isize>, pub minimum: Option<isize>, pub error: Option<String>, }
Fields
path: String
trimmed: Option<isize>
minimum: Option<isize>
error: Option<String>
Trait Implementations
impl Debug for GuestFilesystemTrimResult
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestFilesystemTrimResult
[src]
fn clone(&self) -> GuestFilesystemTrimResult
[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