Struct qapi_qmp::x_blockdev_set_iothread [−][src]
pub struct x_blockdev_set_iothread {
pub force: Option<bool>,
pub iothread: StrOrNull,
pub node_name: String,
}Fields
force: Option<bool>
iothread: StrOrNull
node_name: String
Trait Implementations
impl Debug for x_blockdev_set_iothread[src]
impl Debug for x_blockdev_set_iothreadfn 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 x_blockdev_set_iothread[src]
impl Clone for x_blockdev_set_iothreadfn clone(&self) -> x_blockdev_set_iothread[src]
fn clone(&self) -> x_blockdev_set_iothreadReturns 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 x_blockdev_set_iothread[src]
impl Command for x_blockdev_set_iothreadAuto Trait Implementations
impl Send for x_blockdev_set_iothread
impl Send for x_blockdev_set_iothreadimpl Sync for x_blockdev_set_iothread
impl Sync for x_blockdev_set_iothread