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