Struct qapi_qmp::RockerOfDpaFlowKey
source · [−]pub struct RockerOfDpaFlowKey {
pub eth_dst: Option<String>,
pub eth_src: Option<String>,
pub eth_type: Option<u16>,
pub in_pport: Option<u32>,
pub ip_dst: Option<String>,
pub ip_proto: Option<u8>,
pub ip_tos: Option<u8>,
pub tunnel_id: Option<u32>,
pub vlan_id: Option<u16>,
pub priority: u32,
pub tbl_id: u32,
}Fields
eth_dst: Option<String>eth_src: Option<String>eth_type: Option<u16>in_pport: Option<u32>ip_dst: Option<String>ip_proto: Option<u8>ip_tos: Option<u8>tunnel_id: Option<u32>vlan_id: Option<u16>priority: u32tbl_id: u32Trait 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 moresourceimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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