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