Struct qapi_qmp::NetdevHubPortOptions[][src]

pub struct NetdevHubPortOptions {
    pub hubid: i32,
    pub netdev: Option<String>,
}

Fields

Trait Implementations

impl Debug for NetdevHubPortOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NetdevHubPortOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetdevHubPortOptions

impl Sync for NetdevHubPortOptions