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