Enum eikon3ds_core::cpu::arm_cpu::Processor
source · pub enum Processor {
Arm9,
Arm11,
}
Variants§
Arm9
RISC ARM processor that implements the ARMv5TE architecture.
Arm11
RISC ARM processor that implements the ARMv6K architecture.
Auto Trait Implementations§
impl RefUnwindSafe for Processor
impl Send for Processor
impl Sync for Processor
impl Unpin for Processor
impl UnwindSafe for Processor
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