Struct stm32_metapac::eth::regs::Macl3a31r
#[repr(transparent)]pub struct Macl3a31r(pub u32);
Expand description
Layer3 address 3 filter 1 register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macl3a31r
impl Eq for Macl3a31r
impl StructuralEq for Macl3a31r
impl StructuralPartialEq for Macl3a31r
Auto Trait Implementations§
impl RefUnwindSafe for Macl3a31r
impl Send for Macl3a31r
impl Sync for Macl3a31r
impl Unpin for Macl3a31r
impl UnwindSafe for Macl3a31r
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