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