Struct qapi_qga::guest_fstrim[][src]

pub struct guest_fstrim {
    pub minimum: Option<isize>,
}

Fields

Trait Implementations

impl Debug for guest_fstrim
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_fstrim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_fstrim
[src]

NAME: &'static str = "guest-fstrim"

Auto Trait Implementations

impl Send for guest_fstrim

impl Sync for guest_fstrim