Enum qapi_qmp::BlockdevDetectZeroesOptions[][src]

pub enum BlockdevDetectZeroesOptions {
    off,
    on,
    unmap,
}

Variants

Trait Implementations

impl Debug for BlockdevDetectZeroesOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for BlockdevDetectZeroesOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BlockdevDetectZeroesOptions

impl Sync for BlockdevDetectZeroesOptions