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