pub enum Core {
Show 34 variants
Any,
CortexM0,
CortexM0Plus,
CortexM1,
CortexM3,
CortexM4,
CortexM7,
CortexM23,
CortexM33,
CortexM35P,
CortexM55,
CortexM85,
StarMC1,
SC000,
SC300,
ARMV8MBL,
ARMV8MML,
ARMV81MML,
CortexR4,
CortexR5,
CortexR7,
CortexR8,
CortexA5,
CortexA7,
CortexA8,
CortexA9,
CortexA15,
CortexA17,
CortexA32,
CortexA35,
CortexA53,
CortexA57,
CortexA72,
CortexA73,
}Variants§
Any
CortexM0
CortexM0Plus
CortexM1
CortexM3
CortexM4
CortexM7
CortexM23
CortexM33
CortexM35P
CortexM55
CortexM85
StarMC1
SC000
SC300
ARMV8MBL
ARMV8MML
ARMV81MML
CortexR4
CortexR5
CortexR7
CortexR8
CortexA5
CortexA7
CortexA8
CortexA9
CortexA15
CortexA17
CortexA32
CortexA35
CortexA53
CortexA57
CortexA72
CortexA73
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Core
impl<'de> Deserialize<'de> for Core
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Core
impl RefUnwindSafe for Core
impl Send for Core
impl Sync for Core
impl Unpin for Core
impl UnwindSafe for Core
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