pub enum MIPS {
MipsI,
MipsII,
MipsIII,
MipsIV,
MipsV,
Mips32,
Mips64,
}Expand description
The Best or uh I mean The MIPS Architecture WARNING! this doesn’t actually detect MIPSI, MIPSII, MIPSIII, or MIPSIV yet you can only detect MIPS32 or MIPS64
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MIPS
impl RefUnwindSafe for MIPS
impl Send for MIPS
impl Sync for MIPS
impl Unpin for MIPS
impl UnwindSafe for MIPS
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