Struct qapi_qmp::RockerOfDpaFlowKey[][src]

pub struct RockerOfDpaFlowKey {
    pub eth_dst: Option<String>,
    pub tbl_id: u32,
    pub ip_dst: Option<String>,
    pub tunnel_id: Option<u32>,
    pub ip_tos: Option<u8>,
    pub vlan_id: Option<u16>,
    pub eth_type: Option<u16>,
    pub eth_src: Option<String>,
    pub in_pport: Option<u32>,
    pub priority: u32,
    pub ip_proto: Option<u8>,
}

Fields

Trait Implementations

impl Debug for RockerOfDpaFlowKey
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerOfDpaFlowKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations