pub enum NativeArchitecture {
Arm64,
Amd64,
}Expand description
Processor architecture selected for the native backend.
Variants§
Trait Implementations§
Source§impl Clone for NativeArchitecture
impl Clone for NativeArchitecture
Source§fn clone(&self) -> NativeArchitecture
fn clone(&self) -> NativeArchitecture
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeArchitecture
Source§impl Debug for NativeArchitecture
impl Debug for NativeArchitecture
impl Eq for NativeArchitecture
Source§impl PartialEq for NativeArchitecture
impl PartialEq for NativeArchitecture
impl StructuralPartialEq for NativeArchitecture
Auto Trait Implementations§
impl Freeze for NativeArchitecture
impl RefUnwindSafe for NativeArchitecture
impl Send for NativeArchitecture
impl Sync for NativeArchitecture
impl Unpin for NativeArchitecture
impl UnsafeUnpin for NativeArchitecture
impl UnwindSafe for NativeArchitecture
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