pub struct Dmac {
pub dmac: DMAC,
pub channels: [Channel; 16],
}
Fields§
§dmac: DMAC
§channels: [Channel; 16]
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Dmac
impl Send for Dmac
impl !Sync for Dmac
impl Unpin for Dmac
impl UnwindSafe for Dmac
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