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