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