#[repr(transparent)]pub struct Ialr(pub u32);Expand description
Descriptor Individual Lower Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Ialr
impl Ialr
Sourcepub const fn iaddr2(&self) -> u32
pub const fn iaddr2(&self) -> u32
Contains the lower 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_iaddr2(&mut self, val: u32)
pub const fn set_iaddr2(&mut self, val: u32)
Contains the lower 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 Ialr
impl Eq for Ialr
impl StructuralPartialEq for Ialr
Auto Trait Implementations§
impl Freeze for Ialr
impl RefUnwindSafe for Ialr
impl Send for Ialr
impl Sync for Ialr
impl Unpin for Ialr
impl UnwindSafe for Ialr
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