Struct qapi_qmp::NetdevHubPortOptions [−][src]
Fields
hubid: i32
netdev: Option<String>
Trait Implementations
impl Debug for NetdevHubPortOptions
[src]
impl Debug for NetdevHubPortOptions
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for NetdevHubPortOptions
[src]
impl Clone for NetdevHubPortOptions
fn clone(&self) -> NetdevHubPortOptions
[src]
fn clone(&self) -> NetdevHubPortOptions
Returns 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 NetdevHubPortOptions
impl Send for NetdevHubPortOptions
impl Sync for NetdevHubPortOptions
impl Sync for NetdevHubPortOptions