Struct qapi_qmp::RxFilterInfo[][src]

pub struct RxFilterInfo {
    pub multicast_table: Vec<String>,
    pub unicast: RxState,
    pub promiscuous: bool,
    pub unicast_table: Vec<String>,
    pub name: String,
    pub unicast_overflow: bool,
    pub multicast: RxState,
    pub main_mac: String,
    pub vlan_table: Vec<isize>,
    pub multicast_overflow: bool,
    pub broadcast_allowed: bool,
    pub vlan: RxState,
}

Fields

Trait Implementations

impl Debug for RxFilterInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for RxFilterInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RxFilterInfo

impl Sync for RxFilterInfo