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