Struct qapi_qmp::set_numa_node[][src]

pub struct set_numa_node(pub NumaOptions);

Trait Implementations

impl Debug for set_numa_node
[src]

Formats the value using the given formatter. Read more

impl Clone for set_numa_node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for set_numa_node
[src]

NAME: &'static str = "set-numa-node"

Auto Trait Implementations

impl Send for set_numa_node

impl Sync for set_numa_node