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