Struct qapi_qmp::RxFilterInfo
[−]
[src]
pub struct RxFilterInfo { pub multicast_table: Vec<String>, pub unicast_table: Vec<String>, pub name: String, pub unicast_overflow: bool, pub vlan_table: Vec<isize>, pub broadcast_allowed: bool, pub multicast_overflow: bool, pub main_mac: String, pub vlan: RxState, pub unicast: RxState, pub promiscuous: bool, pub multicast: RxState, }
Fields
multicast_table: Vec<String>
unicast_table: Vec<String>
name: String
unicast_overflow: bool
vlan_table: Vec<isize>
broadcast_allowed: bool
multicast_overflow: bool
main_mac: String
vlan: RxState
unicast: RxState
promiscuous: bool
multicast: RxState
Trait Implementations
impl Debug for RxFilterInfo
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for RxFilterInfo
[src]
fn clone(&self) -> RxFilterInfo
[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