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