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