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