Struct stm32_metapac::eth::regs::Dmaomr
#[repr(transparent)]pub struct Dmaomr(pub u32);
Expand description
Ethernet DMA operation mode register
Tuple Fields§
§0: u32
Implementations§
§impl Dmaomr
impl Dmaomr
pub fn set_dtcefd(&mut self, val: Dtcefd)
pub fn set_dtcefd(&mut self, val: Dtcefd)
Dropping of TCP/IP checksum error frames disable
Trait Implementations§
impl Copy for Dmaomr
impl Eq for Dmaomr
impl StructuralPartialEq for Dmaomr
Auto Trait Implementations§
impl Freeze for Dmaomr
impl RefUnwindSafe for Dmaomr
impl Send for Dmaomr
impl Sync for Dmaomr
impl Unpin for Dmaomr
impl UnwindSafe for Dmaomr
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
)