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