pub enum EmbeddedProcessor {
Arm946Es,
Arm7Tdmi,
CortexM3,
Arm920T,
Arm926Ejs,
CortexA5,
CortexM4,
}Variants§
Trait Implementations§
Source§impl Clone for EmbeddedProcessor
impl Clone for EmbeddedProcessor
Source§fn clone(&self) -> EmbeddedProcessor
fn clone(&self) -> EmbeddedProcessor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmbeddedProcessor
Source§impl Debug for EmbeddedProcessor
impl Debug for EmbeddedProcessor
Auto Trait Implementations§
impl Freeze for EmbeddedProcessor
impl RefUnwindSafe for EmbeddedProcessor
impl Send for EmbeddedProcessor
impl Sync for EmbeddedProcessor
impl Unpin for EmbeddedProcessor
impl UnsafeUnpin for EmbeddedProcessor
impl UnwindSafe for EmbeddedProcessor
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