pub struct IOASCR { /* private fields */ }
Expand description
I/O analog switch control register
Implementations§
Auto Trait Implementations§
impl !Freeze for IOASCR
impl !RefUnwindSafe for IOASCR
impl Send for IOASCR
impl !Sync for IOASCR
impl Unpin for IOASCR
impl UnwindSafe for IOASCR
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