pub enum GuestArchKind {
X86_64,
Aarch64,
}
Variants§
Trait Implementations§
Source§impl Clone for GuestArchKind
impl Clone for GuestArchKind
Source§fn clone(&self) -> GuestArchKind
fn clone(&self) -> GuestArchKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GuestArchKind
impl Debug for GuestArchKind
Source§impl PartialEq for GuestArchKind
impl PartialEq for GuestArchKind
impl Copy for GuestArchKind
impl Eq for GuestArchKind
impl StructuralPartialEq for GuestArchKind
Auto Trait Implementations§
impl Freeze for GuestArchKind
impl RefUnwindSafe for GuestArchKind
impl Send for GuestArchKind
impl Sync for GuestArchKind
impl Unpin for GuestArchKind
impl UnwindSafe for GuestArchKind
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