Struct stm32_metapac::eth::regs::DmacrxCr
#[repr(transparent)]pub struct DmacrxCr(pub u32);
Expand description
Channel receive control register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for DmacrxCr
impl Eq for DmacrxCr
impl StructuralEq for DmacrxCr
impl StructuralPartialEq for DmacrxCr
Auto Trait Implementations§
impl RefUnwindSafe for DmacrxCr
impl Send for DmacrxCr
impl Sync for DmacrxCr
impl Unpin for DmacrxCr
impl UnwindSafe for DmacrxCr
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