Struct qapi_qmp::RockerOfDpaGroup
source · [−]pub struct RockerOfDpaGroup {Show 13 fields
pub set_vlan_id: Option<u16>,
pub group_id: Option<u32>,
pub set_eth_dst: Option<String>,
pub pport: Option<u32>,
pub index: Option<u32>,
pub type_: u8,
pub out_pport: Option<u32>,
pub ttl_check: Option<u8>,
pub pop_vlan: Option<u8>,
pub vlan_id: Option<u16>,
pub id: u32,
pub group_ids: Option<Vec<u32>>,
pub set_eth_src: Option<String>,
}Fields
set_vlan_id: Option<u16>group_id: Option<u32>set_eth_dst: Option<String>pport: Option<u32>index: Option<u32>type_: u8out_pport: Option<u32>ttl_check: Option<u8>pop_vlan: Option<u8>vlan_id: Option<u16>id: u32group_ids: Option<Vec<u32>>set_eth_src: Option<String>Trait Implementations
sourceimpl Clone for RockerOfDpaGroup
impl Clone for RockerOfDpaGroup
sourcefn clone(&self) -> RockerOfDpaGroup
fn clone(&self) -> RockerOfDpaGroup
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 RockerOfDpaGroup
impl Debug for RockerOfDpaGroup
sourceimpl<'de> Deserialize<'de> for RockerOfDpaGroup
impl<'de> Deserialize<'de> for RockerOfDpaGroup
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 RockerOfDpaGroup
impl Serialize for RockerOfDpaGroup
Auto Trait Implementations
impl RefUnwindSafe for RockerOfDpaGroup
impl Send for RockerOfDpaGroup
impl Sync for RockerOfDpaGroup
impl Unpin for RockerOfDpaGroup
impl UnwindSafe for RockerOfDpaGroup
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