#[repr(C)]pub struct rte_flow_action_of_push_mpls {
pub ethertype: rte_be16_t,
}Fields§
§ethertype: rte_be16_tTrait Implementations§
Source§impl Clone for rte_flow_action_of_push_mpls
impl Clone for rte_flow_action_of_push_mpls
Source§fn clone(&self) -> rte_flow_action_of_push_mpls
fn clone(&self) -> rte_flow_action_of_push_mpls
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for rte_flow_action_of_push_mpls
impl Debug for rte_flow_action_of_push_mpls
Source§impl Default for rte_flow_action_of_push_mpls
impl Default for rte_flow_action_of_push_mpls
Source§fn default() -> rte_flow_action_of_push_mpls
fn default() -> rte_flow_action_of_push_mpls
Returns the “default value” for a type. Read more
Source§impl PartialEq for rte_flow_action_of_push_mpls
impl PartialEq for rte_flow_action_of_push_mpls
Source§fn eq(&self, other: &rte_flow_action_of_push_mpls) -> bool
fn eq(&self, other: &rte_flow_action_of_push_mpls) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for rte_flow_action_of_push_mpls
impl StructuralPartialEq for rte_flow_action_of_push_mpls
Auto Trait Implementations§
impl Freeze for rte_flow_action_of_push_mpls
impl RefUnwindSafe for rte_flow_action_of_push_mpls
impl Send for rte_flow_action_of_push_mpls
impl Sync for rte_flow_action_of_push_mpls
impl Unpin for rte_flow_action_of_push_mpls
impl UnwindSafe for rte_flow_action_of_push_mpls
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more