pub enum UEFI_FIRMWARE_AARCH64 {}
Expand description
Type-tag for [UEFI_FIRMWARE_AARCH64
]
Trait Implementations§
Source§impl Clone for UEFI_FIRMWARE_AARCH64
impl Clone for UEFI_FIRMWARE_AARCH64
Source§fn clone(&self) -> UEFI_FIRMWARE_AARCH64
fn clone(&self) -> UEFI_FIRMWARE_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 UEFI_FIRMWARE_AARCH64
impl Debug for UEFI_FIRMWARE_AARCH64
Source§impl Hash for UEFI_FIRMWARE_AARCH64
impl Hash for UEFI_FIRMWARE_AARCH64
Source§impl IsLoadable for UEFI_FIRMWARE_AARCH64
impl IsLoadable for UEFI_FIRMWARE_AARCH64
Source§const ARCH: MachineArch = MachineArch::Aarch64
const ARCH: MachineArch = MachineArch::Aarch64
What
MachineArch
this artifact supports.Source§impl Ord for UEFI_FIRMWARE_AARCH64
impl Ord for UEFI_FIRMWARE_AARCH64
Source§fn cmp(&self, other: &UEFI_FIRMWARE_AARCH64) -> Ordering
fn cmp(&self, other: &UEFI_FIRMWARE_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 PartialEq for UEFI_FIRMWARE_AARCH64
impl PartialEq for UEFI_FIRMWARE_AARCH64
Source§impl PartialOrd for UEFI_FIRMWARE_AARCH64
impl PartialOrd for UEFI_FIRMWARE_AARCH64
impl ArtifactId for UEFI_FIRMWARE_AARCH64
impl Copy for UEFI_FIRMWARE_AARCH64
impl Eq for UEFI_FIRMWARE_AARCH64
impl StructuralPartialEq for UEFI_FIRMWARE_AARCH64
Auto Trait Implementations§
impl Freeze for UEFI_FIRMWARE_AARCH64
impl RefUnwindSafe for UEFI_FIRMWARE_AARCH64
impl Send for UEFI_FIRMWARE_AARCH64
impl Sync for UEFI_FIRMWARE_AARCH64
impl Unpin for UEFI_FIRMWARE_AARCH64
impl UnwindSafe for UEFI_FIRMWARE_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