Enum target_lexicon::X86_32Architecture [−][src]
#[non_exhaustive]
pub enum X86_32Architecture {
I386,
I586,
I686,
}An enum for all 32-bit x86 architectures.
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 X86_32Architecture[src]
impl Clone for X86_32Architecture[src]fn clone(&self) -> X86_32Architecture[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl FromStr for X86_32Architecture[src]
impl FromStr for X86_32Architecture[src]impl Hash for X86_32Architecture[src]
impl Hash for X86_32Architecture[src]impl PartialEq<X86_32Architecture> for X86_32Architecture[src]
impl PartialEq<X86_32Architecture> for X86_32Architecture[src]fn eq(&self, other: &X86_32Architecture) -> 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 X86_32Architecture[src]
impl Eq for X86_32Architecture[src]
impl StructuralEq for X86_32Architecture[src]
impl StructuralPartialEq for X86_32Architecture[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.