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