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