Struct stm32_metapac::eth::regs::Mtlomr
#[repr(transparent)]pub struct Mtlomr(pub u32);
Expand description
Operating mode Register
Tuple Fields§
§0: u32
Implementations§
§impl Mtlomr
impl Mtlomr
pub fn set_dtxsts(&mut self, val: bool)
pub fn set_dtxsts(&mut self, val: bool)
Drop Transmit Status
pub fn set_cntprst(&mut self, val: bool)
pub fn set_cntprst(&mut self, val: bool)
Counters Preset
pub fn set_cntclr(&mut self, val: bool)
pub fn set_cntclr(&mut self, val: bool)
Counters Reset
Trait Implementations§
impl Copy for Mtlomr
impl Eq for Mtlomr
impl StructuralPartialEq for Mtlomr
Auto Trait Implementations§
impl Freeze for Mtlomr
impl RefUnwindSafe for Mtlomr
impl Send for Mtlomr
impl Sync for Mtlomr
impl Unpin for Mtlomr
impl UnwindSafe for Mtlomr
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
)