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
multicast_table: Vec<String>
unicast: RxState
promiscuous: bool
unicast_table: Vec<String>
name: String
unicast_overflow: bool
multicast: RxState
main_mac: String
vlan_table: Vec<isize>
multicast_overflow: bool
broadcast_allowed: bool
vlan: RxState
Trait Implementations
impl Debug for RxFilterInfo
[src]
impl Debug for RxFilterInfo
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 RxFilterInfo
[src]
impl Clone for RxFilterInfo
fn clone(&self) -> RxFilterInfo
[src]
fn clone(&self) -> RxFilterInfo
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 RxFilterInfo
impl Send for RxFilterInfo
impl Sync for RxFilterInfo
impl Sync for RxFilterInfo