Enum uefi_nvram_storage::NextVariable
source · pub enum NextVariable {
InvalidKey,
EndOfList,
Exists {
name: Ucs2LeVec,
vendor: Guid,
attr: u32,
},
}
Variants§
Trait Implementations§
source§impl Debug for NextVariable
impl Debug for NextVariable
source§impl Ord for NextVariable
impl Ord for NextVariable
source§fn cmp(&self, other: &NextVariable) -> Ordering
fn cmp(&self, other: &NextVariable) -> 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 NextVariable
impl PartialEq for NextVariable
source§impl PartialOrd for NextVariable
impl PartialOrd for NextVariable
impl Eq for NextVariable
impl StructuralPartialEq for NextVariable
Auto Trait Implementations§
impl Freeze for NextVariable
impl RefUnwindSafe for NextVariable
impl Send for NextVariable
impl Sync for NextVariable
impl Unpin for NextVariable
impl UnwindSafe for NextVariable
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