Struct attiny_hal::pac::CPU
source · pub struct CPU { /* private fields */ }
Expand description
CPU Registers
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CPU
impl RefUnwindSafe for CPU
impl !Sync for CPU
impl Unpin for CPU
impl UnwindSafe for CPU
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