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