Struct stm32_metapac::eth::regs::Mmctgfmsccr
#[repr(transparent)]pub struct Mmctgfmsccr(pub u32);
Expand description
Ethernet MMC transmitted good frames after more than a single collision
Tuple Fields§
§0: u32
Implementations§
§impl Mmctgfmsccr
impl Mmctgfmsccr
pub fn set_tgfmscc(&mut self, val: u32)
pub fn set_tgfmscc(&mut self, val: u32)
TGFMSCC
Trait Implementations§
§impl Clone for Mmctgfmsccr
impl Clone for Mmctgfmsccr
§fn clone(&self) -> Mmctgfmsccr
fn clone(&self) -> Mmctgfmsccr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Mmctgfmsccr
impl Default for Mmctgfmsccr
§fn default() -> Mmctgfmsccr
fn default() -> Mmctgfmsccr
Returns the “default value” for a type. Read more
§impl PartialEq for Mmctgfmsccr
impl PartialEq for Mmctgfmsccr
impl Copy for Mmctgfmsccr
impl Eq for Mmctgfmsccr
impl StructuralPartialEq for Mmctgfmsccr
Auto Trait Implementations§
impl Freeze for Mmctgfmsccr
impl RefUnwindSafe for Mmctgfmsccr
impl Send for Mmctgfmsccr
impl Sync for Mmctgfmsccr
impl Unpin for Mmctgfmsccr
impl UnwindSafe for Mmctgfmsccr
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
)