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