Struct qapi_qmp::blockdev_snapshot[][src]

pub struct blockdev_snapshot(pub BlockdevSnapshot);

Trait Implementations

impl Debug for blockdev_snapshot
[src]

Formats the value using the given formatter. Read more

impl Clone for blockdev_snapshot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for blockdev_snapshot
[src]

NAME: &'static str = "blockdev-snapshot"

Auto Trait Implementations

impl Send for blockdev_snapshot

impl Sync for blockdev_snapshot