pub enum UBUNTU_2404_SERVER_AARCH64 {}
Expand description
Type-tag for [UBUNTU_2404_SERVER_AARCH64
]
Trait Implementations§
Source§impl Clone for UBUNTU_2404_SERVER_AARCH64
impl Clone for UBUNTU_2404_SERVER_AARCH64
Source§fn clone(&self) -> UBUNTU_2404_SERVER_AARCH64
fn clone(&self) -> UBUNTU_2404_SERVER_AARCH64
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 UBUNTU_2404_SERVER_AARCH64
impl Debug for UBUNTU_2404_SERVER_AARCH64
Source§impl Hash for UBUNTU_2404_SERVER_AARCH64
impl Hash for UBUNTU_2404_SERVER_AARCH64
Source§impl IsTestVhd for UBUNTU_2404_SERVER_AARCH64
impl IsTestVhd for UBUNTU_2404_SERVER_AARCH64
Source§const ARCH: MachineArch = MachineArch::Aarch64
const ARCH: MachineArch = MachineArch::Aarch64
What
MachineArch
this image supports.Source§fn quirks() -> GuestQuirks
fn quirks() -> GuestQuirks
Declare any “quirks” needed to boot the image.
Source§impl Ord for UBUNTU_2404_SERVER_AARCH64
impl Ord for UBUNTU_2404_SERVER_AARCH64
Source§fn cmp(&self, other: &UBUNTU_2404_SERVER_AARCH64) -> Ordering
fn cmp(&self, other: &UBUNTU_2404_SERVER_AARCH64) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UBUNTU_2404_SERVER_AARCH64
impl PartialOrd for UBUNTU_2404_SERVER_AARCH64
impl ArtifactId for UBUNTU_2404_SERVER_AARCH64
impl Copy for UBUNTU_2404_SERVER_AARCH64
impl Eq for UBUNTU_2404_SERVER_AARCH64
impl StructuralPartialEq for UBUNTU_2404_SERVER_AARCH64
Auto Trait Implementations§
impl Freeze for UBUNTU_2404_SERVER_AARCH64
impl RefUnwindSafe for UBUNTU_2404_SERVER_AARCH64
impl Send for UBUNTU_2404_SERVER_AARCH64
impl Sync for UBUNTU_2404_SERVER_AARCH64
impl Unpin for UBUNTU_2404_SERVER_AARCH64
impl UnwindSafe for UBUNTU_2404_SERVER_AARCH64
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