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