Struct qapi_qmp::NumaDistOptions [−][src]
Fields
dst: u16
val: u8
src: u16
Trait Implementations
impl Debug for NumaDistOptions[src]
impl Debug for NumaDistOptionsfn 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 NumaDistOptions[src]
impl Clone for NumaDistOptionsfn clone(&self) -> NumaDistOptions[src]
fn clone(&self) -> NumaDistOptionsReturns 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
Auto Trait Implementations
impl Send for NumaDistOptions
impl Send for NumaDistOptionsimpl Sync for NumaDistOptions
impl Sync for NumaDistOptions