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