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