pub struct CorePeripherals {
pub counters: PerformanceCounters,
}Expand description
Core peripherals
Fields§
§counters: PerformanceCountersPerformance counters
Implementations§
Auto Trait Implementations§
impl Freeze for CorePeripherals
impl RefUnwindSafe for CorePeripherals
impl Send for CorePeripherals
impl Sync for CorePeripherals
impl Unpin for CorePeripherals
impl UnwindSafe for CorePeripherals
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