#[repr(transparent)]pub struct Gaur(pub u32);Expand description
Descriptor Group Upper Address Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gaur
impl Gaur
Sourcepub const fn gaddr1(&self) -> u32
pub const fn gaddr1(&self) -> u32
Contains the upper 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_gaddr1(&mut self, val: u32)
pub const fn set_gaddr1(&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 multicast address
Trait Implementations§
impl Copy for Gaur
impl Eq for Gaur
impl StructuralPartialEq for Gaur
Auto Trait Implementations§
impl Freeze for Gaur
impl RefUnwindSafe for Gaur
impl Send for Gaur
impl Sync for Gaur
impl Unpin for Gaur
impl UnwindSafe for Gaur
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