#[repr(transparent)]pub struct MacAddress0High(pub u32);Expand description
MAC Address0 High
Tuple Fields§
§0: u32Implementations§
Source§impl MacAddress0High
impl MacAddress0High
Sourcepub const fn set_addrhi(&mut self, val: u16)
pub const fn set_addrhi(&mut self, val: u16)
MAC Address0[47:32]
Trait Implementations§
Source§impl Clone for MacAddress0High
impl Clone for MacAddress0High
Source§fn clone(&self) -> MacAddress0High
fn clone(&self) -> MacAddress0High
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 MacAddress0High
impl Debug for MacAddress0High
Source§impl Default for MacAddress0High
impl Default for MacAddress0High
Source§fn default() -> MacAddress0High
fn default() -> MacAddress0High
Returns the “default value” for a type. Read more
Source§impl PartialEq for MacAddress0High
impl PartialEq for MacAddress0High
impl Copy for MacAddress0High
impl Eq for MacAddress0High
impl StructuralPartialEq for MacAddress0High
Auto Trait Implementations§
impl Freeze for MacAddress0High
impl RefUnwindSafe for MacAddress0High
impl Send for MacAddress0High
impl Sync for MacAddress0High
impl Unpin for MacAddress0High
impl UnwindSafe for MacAddress0High
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