Struct Cpu
pub struct Cpu { /* private fields */ }Expand description
CPU-specific EXTI registers
Implementations§
Trait Implementations§
impl Copy for Cpu
impl Eq for Cpu
impl Send for Cpu
impl StructuralPartialEq for Cpu
impl Sync for Cpu
Auto Trait Implementations§
impl Freeze for Cpu
impl RefUnwindSafe for Cpu
impl Unpin for Cpu
impl UnsafeUnpin 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