#[repr(transparent)]pub struct HiiDatabaseNotifyType(pub usize);Expand description
EFI_HII_DATABASE_NOTIFY_TYPE
Tuple Fields§
§0: usizeImplementations§
Source§impl HiiDatabaseNotifyType
impl HiiDatabaseNotifyType
pub const NEW_PACK: HiiDatabaseNotifyType
pub const REMOVE_PACK: HiiDatabaseNotifyType
pub const EXPORT_PACK: HiiDatabaseNotifyType
pub const ADD_PACK: HiiDatabaseNotifyType
Trait Implementations§
Source§impl Clone for HiiDatabaseNotifyType
impl Clone for HiiDatabaseNotifyType
Source§fn clone(&self) -> HiiDatabaseNotifyType
fn clone(&self) -> HiiDatabaseNotifyType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HiiDatabaseNotifyType
Source§impl Debug for HiiDatabaseNotifyType
impl Debug for HiiDatabaseNotifyType
impl Eq for HiiDatabaseNotifyType
Source§impl Hash for HiiDatabaseNotifyType
impl Hash for HiiDatabaseNotifyType
Source§impl Ord for HiiDatabaseNotifyType
impl Ord for HiiDatabaseNotifyType
Source§fn cmp(&self, other: &HiiDatabaseNotifyType) -> Ordering
fn cmp(&self, other: &HiiDatabaseNotifyType) -> Ordering
1.21.0 (const: unstable)§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 HiiDatabaseNotifyType
impl PartialEq for HiiDatabaseNotifyType
Source§impl PartialOrd for HiiDatabaseNotifyType
impl PartialOrd for HiiDatabaseNotifyType
impl StructuralPartialEq for HiiDatabaseNotifyType
Auto Trait Implementations§
impl Freeze for HiiDatabaseNotifyType
impl RefUnwindSafe for HiiDatabaseNotifyType
impl Send for HiiDatabaseNotifyType
impl Sync for HiiDatabaseNotifyType
impl Unpin for HiiDatabaseNotifyType
impl UnsafeUnpin for HiiDatabaseNotifyType
impl UnwindSafe for HiiDatabaseNotifyType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)