Struct qapi_qmp::RockerOfDpaFlowKey
source · pub struct RockerOfDpaFlowKey {
pub in_pport: Option<u32>,
pub eth_src: Option<String>,
pub eth_dst: Option<String>,
pub vlan_id: Option<u16>,
pub tbl_id: u32,
pub tunnel_id: Option<u32>,
pub eth_type: Option<u16>,
pub ip_tos: Option<u8>,
pub priority: u32,
pub ip_dst: Option<String>,
pub ip_proto: Option<u8>,
}Fields§
§in_pport: Option<u32>§eth_src: Option<String>§eth_dst: Option<String>§vlan_id: Option<u16>§tbl_id: u32§tunnel_id: Option<u32>§eth_type: Option<u16>§ip_tos: Option<u8>§priority: u32§ip_dst: Option<String>§ip_proto: Option<u8>Trait Implementations§
source§impl Clone for RockerOfDpaFlowKey
impl Clone for RockerOfDpaFlowKey
source§fn clone(&self) -> RockerOfDpaFlowKey
fn clone(&self) -> RockerOfDpaFlowKey
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 RockerOfDpaFlowKey
impl Debug for RockerOfDpaFlowKey
source§impl<'de> Deserialize<'de> for RockerOfDpaFlowKey
impl<'de> Deserialize<'de> for RockerOfDpaFlowKey
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