Enum target_lexicon::Mips32Architecture [−][src]
#[non_exhaustive]
pub enum Mips32Architecture {
Mips,
Mipsel,
Mipsisa32r6,
Mipsisa32r6el,
}An enum for all 32-bit MIPS architectures (not just “MIPS32”).
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations
impl Clone for Mips32Architecture[src]
impl Clone for Mips32Architecture[src]fn clone(&self) -> Mips32Architecture[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl FromStr for Mips32Architecture[src]
impl FromStr for Mips32Architecture[src]impl Hash for Mips32Architecture[src]
impl Hash for Mips32Architecture[src]impl PartialEq<Mips32Architecture> for Mips32Architecture[src]
impl PartialEq<Mips32Architecture> for Mips32Architecture[src]fn eq(&self, other: &Mips32Architecture) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ne(&self, other: &Rhs) -> boolimpl Copy for Mips32Architecture[src]
impl Eq for Mips32Architecture[src]
impl StructuralEq for Mips32Architecture[src]
impl StructuralPartialEq for Mips32Architecture[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.