Struct qapi_qmp::RxFilterInfo
source · pub struct RxFilterInfo {
pub promiscuous: bool,
pub multicast: RxState,
pub unicast: RxState,
pub multicast_overflow: bool,
pub unicast_overflow: bool,
pub multicast_table: Vec<String>,
pub vlan: RxState,
pub vlan_table: Vec<isize>,
pub main_mac: String,
pub unicast_table: Vec<String>,
pub name: String,
pub broadcast_allowed: bool,
}Fields§
§promiscuous: bool§multicast: RxState§unicast: RxState§multicast_overflow: bool§unicast_overflow: bool§multicast_table: Vec<String>§vlan: RxState§vlan_table: Vec<isize>§main_mac: String§unicast_table: Vec<String>§name: String§broadcast_allowed: boolTrait Implementations§
source§impl Clone for RxFilterInfo
impl Clone for RxFilterInfo
source§fn clone(&self) -> RxFilterInfo
fn clone(&self) -> RxFilterInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RxFilterInfo
impl Debug for RxFilterInfo
source§impl<'de> Deserialize<'de> for RxFilterInfo
impl<'de> Deserialize<'de> for RxFilterInfo
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more