Struct qapi_qmp::RockerOfDpaFlowKey
source · [−]pub struct RockerOfDpaFlowKey {
pub eth_dst: Option<String>,
pub ip_tos: Option<u8>,
pub eth_type: Option<u16>,
pub tunnel_id: Option<u32>,
pub eth_src: Option<String>,
pub ip_dst: Option<String>,
pub vlan_id: Option<u16>,
pub priority: u32,
pub in_pport: Option<u32>,
pub ip_proto: Option<u8>,
pub tbl_id: u32,
}Fields
eth_dst: Option<String>ip_tos: Option<u8>eth_type: Option<u16>tunnel_id: Option<u32>eth_src: Option<String>ip_dst: Option<String>vlan_id: Option<u16>priority: u32in_pport: Option<u32>ip_proto: Option<u8>tbl_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 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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more