Struct wasix::HardwareAddress
source · [−]#[repr(C)]pub struct HardwareAddress {
pub n0: u8,
pub n1: u8,
pub n2: u8,
pub h0: u8,
pub h1: u8,
pub h2: u8,
}Fields
n0: u8n1: u8n2: u8h0: u8h1: u8h2: u8Trait Implementations
sourceimpl Clone for HardwareAddress
impl Clone for HardwareAddress
sourcefn clone(&self) -> HardwareAddress
fn clone(&self) -> HardwareAddress
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 HardwareAddress
impl Debug for HardwareAddress
impl Copy for HardwareAddress
Auto Trait Implementations
impl RefUnwindSafe for HardwareAddress
impl Send for HardwareAddress
impl Sync for HardwareAddress
impl Unpin for HardwareAddress
impl UnwindSafe for HardwareAddress
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