#[repr(transparent)]pub struct Iaur(pub u32);Expand description
Descriptor Individual Upper Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Iaur
impl Iaur
Sourcepub const fn iaddr1(&self) -> u32
pub const fn iaddr1(&self) -> u32
Contains the upper 32 bits of the 64-bit hash table used in the address recognition process for receive frames with a unicast address
Sourcepub const fn set_iaddr1(&mut self, val: u32)
pub const fn set_iaddr1(&mut self, val: u32)
Contains the upper 32 bits of the 64-bit hash table used in the address recognition process for receive frames with a unicast address
Trait Implementations§
impl Copy for Iaur
impl Eq for Iaur
impl StructuralPartialEq for Iaur
Auto Trait Implementations§
impl Freeze for Iaur
impl RefUnwindSafe for Iaur
impl Send for Iaur
impl Sync for Iaur
impl Unpin for Iaur
impl UnwindSafe for Iaur
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