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