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