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