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