pub enum Cortex {
M0,
M3,
M4,
M33,
}Expand description
ARM Cortex core type
Variants§
Implementations§
Trait Implementations§
impl Copy for Cortex
impl Eq for Cortex
impl StructuralPartialEq for Cortex
Auto Trait Implementations§
impl Freeze for Cortex
impl RefUnwindSafe for Cortex
impl Send for Cortex
impl Sync for Cortex
impl Unpin for Cortex
impl UnsafeUnpin for Cortex
impl UnwindSafe for Cortex
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