Struct qapi_qmp::NumaDistOptions
[−]
[src]
pub struct NumaDistOptions { pub val: u8, pub dst: u16, pub src: u16, }
Fields
val: u8
dst: u16
src: u16
Trait Implementations
impl Debug for NumaDistOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for NumaDistOptions
[src]
fn clone(&self) -> NumaDistOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more