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