pub struct DMAMUX { /* private fields */ }
Expand description
DMAMUX
Implementations§
Trait Implementations§
impl Send for DMAMUX
Auto Trait Implementations§
impl Freeze for DMAMUX
impl RefUnwindSafe for DMAMUX
impl !Sync for DMAMUX
impl Unpin for DMAMUX
impl UnwindSafe for DMAMUX
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