Struct stm32_metapac::eth::regs::Mmctir
#[repr(transparent)]pub struct Mmctir(pub u32);
Expand description
Ethernet MMC transmit interrupt register
Tuple Fields§
§0: u32
Implementations§
§impl Mmctir
impl Mmctir
pub fn set_tgfscs(&mut self, val: bool)
pub fn set_tgfscs(&mut self, val: bool)
Transmitted good frames single collision status
pub fn set_tgfmscs(&mut self, val: bool)
pub fn set_tgfmscs(&mut self, val: bool)
Transmitted good frames more than single collision status
Trait Implementations§
impl Copy for Mmctir
impl Eq for Mmctir
impl StructuralPartialEq for Mmctir
Auto Trait Implementations§
impl Freeze for Mmctir
impl RefUnwindSafe for Mmctir
impl Send for Mmctir
impl Sync for Mmctir
impl Unpin for Mmctir
impl UnwindSafe for Mmctir
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
)