Struct qapi_qmp::RockerOfDpaFlowKey
[−]
[src]
pub struct RockerOfDpaFlowKey { pub tunnel_id: Option<u32>, pub ip_proto: Option<u8>, pub priority: u32, pub eth_dst: Option<String>, pub ip_dst: Option<String>, pub ip_tos: Option<u8>, pub eth_type: Option<u16>, pub eth_src: Option<String>, pub tbl_id: u32, pub vlan_id: Option<u16>, pub in_pport: Option<u32>, }
Fields
tunnel_id: Option<u32>
ip_proto: Option<u8>
priority: u32
eth_dst: Option<String>
ip_dst: Option<String>
ip_tos: Option<u8>
eth_type: Option<u16>
eth_src: Option<String>
tbl_id: u32
vlan_id: Option<u16>
in_pport: Option<u32>
Trait Implementations
impl Debug for RockerOfDpaFlowKey
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for RockerOfDpaFlowKey
[src]
fn clone(&self) -> RockerOfDpaFlowKey
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more