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