Enum windows_native::ntbcd::BcdBootMgrElementTypes
source · #[repr(i32)]pub enum BcdBootMgrElementTypes {
Show 20 variants
BcdBootMgrObjectList_DisplayOrder,
BcdBootMgrObjectList_BootSequence,
BcdBootMgrObject_DefaultObject,
BcdBootMgrInteger_Timeout,
BcdBootMgrBoolean_AttemptResume,
BcdBootMgrObject_ResumeObject,
BcdBootMgrObjectList_StartupSequence,
BcdBootMgrObjectList_ToolsDisplayOrder,
BcdBootMgrBoolean_DisplayBootMenu,
BcdBootMgrBoolean_NoErrorDisplay,
BcdBootMgrDevice_BcdDevice,
BcdBootMgrString_BcdFilePath,
BcdBootMgrBoolean_HormEnabled,
BcdBootMgrBoolean_HiberRoot,
BcdBootMgrString_PasswordOverride,
BcdBootMgrString_PinpassPhraseOverride,
BcdBootMgrBoolean_ProcessCustomActionsFirst,
BcdBootMgrIntegerList_CustomActionsList,
BcdBootMgrBoolean_PersistBootSequence,
BcdBootMgrBoolean_SkipStartupSequence,
}Variants§
BcdBootMgrObjectList_DisplayOrder
BcdBootMgrObjectList_BootSequence
BcdBootMgrObject_DefaultObject
BcdBootMgrInteger_Timeout
BcdBootMgrBoolean_AttemptResume
BcdBootMgrObject_ResumeObject
BcdBootMgrObjectList_StartupSequence
BcdBootMgrObjectList_ToolsDisplayOrder
BcdBootMgrBoolean_DisplayBootMenu
BcdBootMgrBoolean_NoErrorDisplay
BcdBootMgrDevice_BcdDevice
BcdBootMgrString_BcdFilePath
BcdBootMgrBoolean_HormEnabled
BcdBootMgrBoolean_HiberRoot
BcdBootMgrString_PasswordOverride
BcdBootMgrString_PinpassPhraseOverride
BcdBootMgrBoolean_ProcessCustomActionsFirst
BcdBootMgrIntegerList_CustomActionsList
BcdBootMgrBoolean_PersistBootSequence
BcdBootMgrBoolean_SkipStartupSequence
Trait Implementations§
source§impl Clone for BcdBootMgrElementTypes
impl Clone for BcdBootMgrElementTypes
source§fn clone(&self) -> BcdBootMgrElementTypes
fn clone(&self) -> BcdBootMgrElementTypes
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 BcdBootMgrElementTypes
impl Debug for BcdBootMgrElementTypes
source§impl Hash for BcdBootMgrElementTypes
impl Hash for BcdBootMgrElementTypes
source§impl PartialEq<BcdBootMgrElementTypes> for BcdBootMgrElementTypes
impl PartialEq<BcdBootMgrElementTypes> for BcdBootMgrElementTypes
source§fn eq(&self, other: &BcdBootMgrElementTypes) -> bool
fn eq(&self, other: &BcdBootMgrElementTypes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BcdBootMgrElementTypes
impl Eq for BcdBootMgrElementTypes
impl StructuralEq for BcdBootMgrElementTypes
impl StructuralPartialEq for BcdBootMgrElementTypes
Auto Trait Implementations§
impl RefUnwindSafe for BcdBootMgrElementTypes
impl Send for BcdBootMgrElementTypes
impl Sync for BcdBootMgrElementTypes
impl Unpin for BcdBootMgrElementTypes
impl UnwindSafe for BcdBootMgrElementTypes
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