Struct qapi_qmp::blockdev_snapshot [−][src]
pub struct blockdev_snapshot(pub BlockdevSnapshot);
Trait Implementations
impl Debug for blockdev_snapshot[src]
impl Debug for blockdev_snapshotfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for blockdev_snapshot[src]
impl Clone for blockdev_snapshotfn clone(&self) -> blockdev_snapshot[src]
fn clone(&self) -> blockdev_snapshotReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for blockdev_snapshot[src]
impl Command for blockdev_snapshotAuto Trait Implementations
impl Send for blockdev_snapshot
impl Send for blockdev_snapshotimpl Sync for blockdev_snapshot
impl Sync for blockdev_snapshot