#[repr(transparent)]pub struct HiiDatabaseNotifyType(pub usize);
Expand description
EFI_HII_DATABASE_NOTIFY_TYPE
Tuple Fields§
§0: usize
Implementations§
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 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 HiiDatabaseNotifyType
impl Debug 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 · 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 HiiDatabaseNotifyType
impl PartialEq for HiiDatabaseNotifyType
Source§impl PartialOrd for HiiDatabaseNotifyType
impl PartialOrd for HiiDatabaseNotifyType
impl Copy for HiiDatabaseNotifyType
impl Eq 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 UnwindSafe for HiiDatabaseNotifyType
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