Struct qapi_qmp::RockerOfDpaFlowKey
source · [−]pub struct RockerOfDpaFlowKey {
pub ip_proto: Option<u8>,
pub eth_type: Option<u16>,
pub in_pport: Option<u32>,
pub tunnel_id: Option<u32>,
pub ip_tos: Option<u8>,
pub eth_src: Option<String>,
pub priority: u32,
pub tbl_id: u32,
pub ip_dst: Option<String>,
pub eth_dst: Option<String>,
pub vlan_id: Option<u16>,
}
Fields
ip_proto: Option<u8>
eth_type: Option<u16>
in_pport: Option<u32>
tunnel_id: Option<u32>
ip_tos: Option<u8>
eth_src: Option<String>
priority: u32
tbl_id: u32
ip_dst: Option<String>
eth_dst: Option<String>
vlan_id: Option<u16>
Trait Implementations
sourceimpl Clone for RockerOfDpaFlowKey
impl Clone for RockerOfDpaFlowKey
sourcefn clone(&self) -> RockerOfDpaFlowKey
fn clone(&self) -> RockerOfDpaFlowKey
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RockerOfDpaFlowKey
impl Debug for RockerOfDpaFlowKey
sourceimpl<'de> Deserialize<'de> for RockerOfDpaFlowKey
impl<'de> Deserialize<'de> for RockerOfDpaFlowKey
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for RockerOfDpaFlowKey
impl Serialize for RockerOfDpaFlowKey
Auto Trait Implementations
impl RefUnwindSafe for RockerOfDpaFlowKey
impl Send for RockerOfDpaFlowKey
impl Sync for RockerOfDpaFlowKey
impl Unpin for RockerOfDpaFlowKey
impl UnwindSafe for RockerOfDpaFlowKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more