#[repr(transparent)]pub struct DmaCh0RxInterruptWatchdogTimer(pub u32);Expand description
Channel 0 Receive Interrupt Watchdog Timer
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DmaCh0RxInterruptWatchdogTimer
impl Clone for DmaCh0RxInterruptWatchdogTimer
Source§fn clone(&self) -> DmaCh0RxInterruptWatchdogTimer
fn clone(&self) -> DmaCh0RxInterruptWatchdogTimer
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 Default for DmaCh0RxInterruptWatchdogTimer
impl Default for DmaCh0RxInterruptWatchdogTimer
Source§fn default() -> DmaCh0RxInterruptWatchdogTimer
fn default() -> DmaCh0RxInterruptWatchdogTimer
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaCh0RxInterruptWatchdogTimer
impl PartialEq for DmaCh0RxInterruptWatchdogTimer
Source§fn eq(&self, other: &DmaCh0RxInterruptWatchdogTimer) -> bool
fn eq(&self, other: &DmaCh0RxInterruptWatchdogTimer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DmaCh0RxInterruptWatchdogTimer
impl Eq for DmaCh0RxInterruptWatchdogTimer
impl StructuralPartialEq for DmaCh0RxInterruptWatchdogTimer
Auto Trait Implementations§
impl Freeze for DmaCh0RxInterruptWatchdogTimer
impl RefUnwindSafe for DmaCh0RxInterruptWatchdogTimer
impl Send for DmaCh0RxInterruptWatchdogTimer
impl Sync for DmaCh0RxInterruptWatchdogTimer
impl Unpin for DmaCh0RxInterruptWatchdogTimer
impl UnwindSafe for DmaCh0RxInterruptWatchdogTimer
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