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