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