Struct qapi_qmp::RockerOfDpaFlowKey
source · pub struct RockerOfDpaFlowKey {
pub eth_dst: Option<String>,
pub tunnel_id: Option<u32>,
pub eth_type: Option<u16>,
pub eth_src: Option<String>,
pub priority: u32,
pub ip_proto: Option<u8>,
pub tbl_id: u32,
pub ip_tos: Option<u8>,
pub ip_dst: Option<String>,
pub in_pport: Option<u32>,
pub vlan_id: Option<u16>,
}Fields§
§eth_dst: Option<String>§tunnel_id: Option<u32>§eth_type: Option<u16>§eth_src: Option<String>§priority: u32§ip_proto: Option<u8>§tbl_id: u32§ip_tos: Option<u8>§ip_dst: Option<String>§in_pport: Option<u32>§vlan_id: Option<u16>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