Struct qapi_qmp::RockerOfDpaGroup[][src]

pub struct RockerOfDpaGroup {
    pub set_eth_src: Option<String>,
    pub set_eth_dst: Option<String>,
    pub index: Option<u32>,
    pub pport: Option<u32>,
    pub group_ids: Option<Vec<u32>>,
    pub group_id: Option<u32>,
    pub pop_vlan: Option<u8>,
    pub id: u32,
    pub set_vlan_id: Option<u16>,
    pub out_pport: Option<u32>,
    pub ttl_check: Option<u8>,
    pub type_: u8,
    pub vlan_id: Option<u16>,
}

Fields

Trait Implementations

impl Debug for RockerOfDpaGroup
[src]

Formats the value using the given formatter. Read more

impl Clone for RockerOfDpaGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations