[][src]Struct qapi_qmp::RockerOfDpaFlowKey

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

Fields

ip_dst: Option<String>tunnel_id: Option<u32>ip_proto: Option<u8>in_pport: Option<u32>priority: u32eth_type: Option<u16>eth_dst: Option<String>eth_src: Option<String>tbl_id: u32vlan_id: Option<u16>ip_tos: Option<u8>

Trait Implementations

impl Clone for RockerOfDpaFlowKey[src]

impl Debug for RockerOfDpaFlowKey[src]

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

impl Serialize for RockerOfDpaFlowKey[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.