pub struct IoconRegisters { /* private fields */ }Expand description
I/O pin configuration (IOCON)
Auto Trait Implementations§
impl !Freeze for IoconRegisters
impl !RefUnwindSafe for IoconRegisters
impl Send for IoconRegisters
impl !Sync for IoconRegisters
impl Unpin for IoconRegisters
impl UnwindSafe for IoconRegisters
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