pub enum Arch {
X86,
X86_64,
Aarch,
Aarch64,
}Variants§
Implementations§
Trait Implementations§
source§impl Ord for Arch
impl Ord for Arch
source§impl PartialEq<Arch> for Arch
impl PartialEq<Arch> for Arch
source§impl PartialOrd<Arch> for Arch
impl PartialOrd<Arch> for Arch
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Arch
impl Eq for Arch
impl StructuralEq for Arch
impl StructuralPartialEq for Arch
Auto Trait Implementations§
impl RefUnwindSafe for Arch
impl Send for Arch
impl Sync for Arch
impl Unpin for Arch
impl UnwindSafe for Arch
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