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