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