Enum cranelift_codegen_meta::isa::Isa
source · [−]pub enum Isa {
X86,
Arm64,
S390x,
}
Expand description
Represents known ISA target.
Variants
X86
Arm64
S390x
Implementations
Trait Implementations
impl Copy for Isa
impl StructuralPartialEq for Isa
Auto Trait Implementations
impl RefUnwindSafe for Isa
impl Send for Isa
impl Sync for Isa
impl Unpin for Isa
impl UnwindSafe for Isa
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more