#[repr(transparent)]pub struct DmaSrc0(pub u32);Expand description
DMA Source 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for DmaSrc0
impl Eq for DmaSrc0
impl StructuralPartialEq for DmaSrc0
Auto Trait Implementations§
impl Freeze for DmaSrc0
impl RefUnwindSafe for DmaSrc0
impl Send for DmaSrc0
impl Sync for DmaSrc0
impl Unpin for DmaSrc0
impl UnwindSafe for DmaSrc0
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