Struct Dmamux
pub struct Dmamux(pub *mut u8);
Expand description
DMAMUX
Tuple Fields§
§0: *mut u8
Implementations§
Trait Implementations§
impl Copy for Dmamux
impl Eq for Dmamux
impl Send for Dmamux
impl StructuralPartialEq for Dmamux
impl Sync for Dmamux
Auto Trait Implementations§
impl Freeze for Dmamux
impl RefUnwindSafe 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