Struct qapi_qmp::RockerOfDpaFlowMask[][src]

pub struct RockerOfDpaFlowMask {
    pub tunnel_id: Option<u32>,
    pub ip_proto: Option<u8>,
    pub vlan_id: Option<u16>,
    pub ip_tos: Option<u8>,
    pub in_pport: Option<u32>,
    pub eth_src: Option<String>,
    pub eth_dst: Option<String>,
}

Fields

Trait Implementations

impl Debug for RockerOfDpaFlowMask
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerOfDpaFlowMask
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RockerOfDpaFlowMask

impl Sync for RockerOfDpaFlowMask