[][src]Struct qapi_qmp::RockerOfDpaGroup

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

Fields

group_ids: Option<Vec<u32>>set_eth_dst: Option<String>type_: u8ttl_check: Option<u8>set_eth_src: Option<String>vlan_id: Option<u16>pport: Option<u32>id: u32index: Option<u32>out_pport: Option<u32>group_id: Option<u32>set_vlan_id: Option<u16>pop_vlan: Option<u8>

Trait Implementations

impl Clone for RockerOfDpaGroup[src]

impl Debug for RockerOfDpaGroup[src]

impl<'de> Deserialize<'de> for RockerOfDpaGroup[src]

impl Serialize for RockerOfDpaGroup[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.