Struct qapi_qga::GuestFilesystemTrimResult[][src]

pub struct GuestFilesystemTrimResult {
    pub error: Option<String>,
    pub path: String,
    pub minimum: Option<isize>,
    pub trimmed: Option<isize>,
}

Fields

Trait Implementations

impl Debug for GuestFilesystemTrimResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestFilesystemTrimResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestFilesystemTrimResult

impl Sync for GuestFilesystemTrimResult