Struct qapi_qmp::RxFilterInfo
source · pub struct RxFilterInfo {
pub vlan_table: Vec<isize>,
pub name: String,
pub unicast: RxState,
pub unicast_table: Vec<String>,
pub multicast_table: Vec<String>,
pub multicast_overflow: bool,
pub unicast_overflow: bool,
pub main_mac: String,
pub promiscuous: bool,
pub vlan: RxState,
pub broadcast_allowed: bool,
pub multicast: RxState,
}Fields§
§vlan_table: Vec<isize>§name: String§unicast: RxState§unicast_table: Vec<String>§multicast_table: Vec<String>§multicast_overflow: bool§unicast_overflow: bool§main_mac: String§promiscuous: bool§vlan: RxState§broadcast_allowed: bool§multicast: RxStateTrait 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