#[repr(transparent)]pub struct UefiCommand(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl UefiCommand
impl UefiCommand
pub const GENERATION_ID_PTR_LOW: UefiCommand
pub const GENERATION_ID_PTR_HIGH: UefiCommand
pub const BOOT_FINALIZE: UefiCommand
pub const PROCESSOR_REPLY_STATUS_INDEX: UefiCommand
pub const PROCESSOR_REPLY_STATUS: UefiCommand
pub const PROCESSOR_MAT_ENABLE: UefiCommand
pub const NVRAM: UefiCommand
pub const CRYPTO: UefiCommand
pub const WATCHDOG_CONFIG: UefiCommand
pub const WATCHDOG_RESOLUTION: UefiCommand
pub const WATCHDOG_COUNT: UefiCommand
pub const EVENT_LOG_FLUSH: UefiCommand
pub const MOR_SET_VARIABLE: UefiCommand
pub const GET_TIME: UefiCommand
pub const SET_TIME: UefiCommand
pub const DEBUG_OUTPUT_STRING: UefiCommand
pub const NFIT_SIZE: UefiCommand
pub const NFIT_POPULATE: UefiCommand
pub const VPMEM_SET_ACPI_BUFFER: UefiCommand
Trait Implementations§
Source§impl Clone for UefiCommand
impl Clone for UefiCommand
Source§fn clone(&self) -> UefiCommand
fn clone(&self) -> UefiCommand
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 UefiCommand
impl Debug for UefiCommand
Source§impl Hash for UefiCommand
impl Hash for UefiCommand
Source§impl Ord for UefiCommand
impl Ord for UefiCommand
Source§fn cmp(&self, other: &UefiCommand) -> Ordering
fn cmp(&self, other: &UefiCommand) -> 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 UefiCommand
impl PartialEq for UefiCommand
Source§impl PartialOrd for UefiCommand
impl PartialOrd for UefiCommand
impl Copy for UefiCommand
impl Eq for UefiCommand
impl StructuralPartialEq for UefiCommand
Auto Trait Implementations§
impl Freeze for UefiCommand
impl RefUnwindSafe for UefiCommand
impl Send for UefiCommand
impl Sync for UefiCommand
impl Unpin for UefiCommand
impl UnwindSafe for UefiCommand
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