Struct qapi_qmp::blockdev_close_tray [−][src]
Fields
id: Option<String>
device: Option<String>
Trait Implementations
impl Debug for blockdev_close_tray[src]
impl Debug for blockdev_close_trayfn 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_close_tray[src]
impl Clone for blockdev_close_trayfn clone(&self) -> blockdev_close_tray[src]
fn clone(&self) -> blockdev_close_trayReturns 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_close_tray[src]
impl Command for blockdev_close_trayAuto Trait Implementations
impl Send for blockdev_close_tray
impl Send for blockdev_close_trayimpl Sync for blockdev_close_tray
impl Sync for blockdev_close_tray