Struct qapi_qmp::RockerOfDpaFlowAction[][src]

pub struct RockerOfDpaFlowAction {
    pub group_id: Option<u32>,
    pub out_pport: Option<u32>,
    pub goto_tbl: Option<u32>,
    pub new_vlan_id: Option<u16>,
    pub tunnel_lport: Option<u32>,
    pub vlan_id: Option<u16>,
}

Fields

Trait Implementations

impl Debug for RockerOfDpaFlowAction
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerOfDpaFlowAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations