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