#[repr(C)]pub struct rte_flow_action_set_mac {
pub mac_addr: [u8; 6],
}Fields§
§mac_addr: [u8; 6]Trait Implementations§
Source§impl Clone for rte_flow_action_set_mac
impl Clone for rte_flow_action_set_mac
Source§fn clone(&self) -> rte_flow_action_set_mac
fn clone(&self) -> rte_flow_action_set_mac
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_set_mac
impl Debug for rte_flow_action_set_mac
Source§impl Default for rte_flow_action_set_mac
impl Default for rte_flow_action_set_mac
Source§fn default() -> rte_flow_action_set_mac
fn default() -> rte_flow_action_set_mac
Returns the “default value” for a type. Read more
Source§impl PartialEq for rte_flow_action_set_mac
impl PartialEq for rte_flow_action_set_mac
impl Copy for rte_flow_action_set_mac
impl StructuralPartialEq for rte_flow_action_set_mac
Auto Trait Implementations§
impl Freeze for rte_flow_action_set_mac
impl RefUnwindSafe for rte_flow_action_set_mac
impl Send for rte_flow_action_set_mac
impl Sync for rte_flow_action_set_mac
impl Unpin for rte_flow_action_set_mac
impl UnwindSafe for rte_flow_action_set_mac
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