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