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