#[repr(transparent)]pub struct DmaCh1RxEriCnt(pub u32);Expand description
Channel 1 Receive ERI Counter
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DmaCh1RxEriCnt
impl Clone for DmaCh1RxEriCnt
Source§fn clone(&self) -> DmaCh1RxEriCnt
fn clone(&self) -> DmaCh1RxEriCnt
Returns a duplicate 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 moreSource§impl Debug for DmaCh1RxEriCnt
impl Debug for DmaCh1RxEriCnt
Source§impl Default for DmaCh1RxEriCnt
impl Default for DmaCh1RxEriCnt
Source§fn default() -> DmaCh1RxEriCnt
fn default() -> DmaCh1RxEriCnt
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaCh1RxEriCnt
impl PartialEq for DmaCh1RxEriCnt
impl Copy for DmaCh1RxEriCnt
impl Eq for DmaCh1RxEriCnt
impl StructuralPartialEq for DmaCh1RxEriCnt
Auto Trait Implementations§
impl Freeze for DmaCh1RxEriCnt
impl RefUnwindSafe for DmaCh1RxEriCnt
impl Send for DmaCh1RxEriCnt
impl Sync for DmaCh1RxEriCnt
impl Unpin for DmaCh1RxEriCnt
impl UnwindSafe for DmaCh1RxEriCnt
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