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