Struct stm32_metapac::eth::regs::Macecr
#[repr(transparent)]pub struct Macecr(pub u32);
Expand description
Extended operating mode configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Macecr
impl Macecr
pub fn set_eipgen(&mut self, val: bool)
pub fn set_eipgen(&mut self, val: bool)
Extended Inter-Packet Gap Enable
Trait Implementations§
impl Copy for Macecr
impl Eq for Macecr
impl StructuralPartialEq for Macecr
Auto Trait Implementations§
impl Freeze for Macecr
impl RefUnwindSafe for Macecr
impl Send for Macecr
impl Sync for Macecr
impl Unpin for Macecr
impl UnwindSafe for Macecr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)