Struct qapi_qmp::RockerOfDpaFlowAction [−][src]
pub struct RockerOfDpaFlowAction {
pub new_vlan_id: Option<u16>,
pub tunnel_lport: Option<u32>,
pub goto_tbl: Option<u32>,
pub out_pport: Option<u32>,
pub vlan_id: Option<u16>,
pub group_id: Option<u32>,
}Fields
new_vlan_id: Option<u16>
tunnel_lport: Option<u32>
goto_tbl: Option<u32>
out_pport: Option<u32>
vlan_id: Option<u16>
group_id: Option<u32>
Trait Implementations
impl Debug for RockerOfDpaFlowAction[src]
impl Debug for RockerOfDpaFlowActionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for RockerOfDpaFlowAction[src]
impl Clone for RockerOfDpaFlowActionfn clone(&self) -> RockerOfDpaFlowAction[src]
fn clone(&self) -> RockerOfDpaFlowActionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for RockerOfDpaFlowAction
impl Send for RockerOfDpaFlowActionimpl Sync for RockerOfDpaFlowAction
impl Sync for RockerOfDpaFlowAction