Enum windows_native::ntbcd::BcdTemplateElementTypes
source · #[repr(i32)]pub enum BcdTemplateElementTypes {
BcdSetupInteger_DeviceType,
BcdSetupString_ApplicationRelativePath,
BcdSetupString_RamdiskDeviceRelativePath,
BcdSetupBoolean_OmitOsLoaderElements,
BcdSetupIntegerList_ElementsToMigrateList,
BcdSetupBoolean_RecoveryOs,
}Variants§
BcdSetupInteger_DeviceType
BcdSetupString_ApplicationRelativePath
BcdSetupString_RamdiskDeviceRelativePath
BcdSetupBoolean_OmitOsLoaderElements
BcdSetupIntegerList_ElementsToMigrateList
BcdSetupBoolean_RecoveryOs
Trait Implementations§
source§impl Clone for BcdTemplateElementTypes
impl Clone for BcdTemplateElementTypes
source§fn clone(&self) -> BcdTemplateElementTypes
fn clone(&self) -> BcdTemplateElementTypes
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 BcdTemplateElementTypes
impl Debug for BcdTemplateElementTypes
source§impl Hash for BcdTemplateElementTypes
impl Hash for BcdTemplateElementTypes
source§impl PartialEq<BcdTemplateElementTypes> for BcdTemplateElementTypes
impl PartialEq<BcdTemplateElementTypes> for BcdTemplateElementTypes
source§fn eq(&self, other: &BcdTemplateElementTypes) -> bool
fn eq(&self, other: &BcdTemplateElementTypes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BcdTemplateElementTypes
impl Eq for BcdTemplateElementTypes
impl StructuralEq for BcdTemplateElementTypes
impl StructuralPartialEq for BcdTemplateElementTypes
Auto Trait Implementations§
impl RefUnwindSafe for BcdTemplateElementTypes
impl Send for BcdTemplateElementTypes
impl Sync for BcdTemplateElementTypes
impl Unpin for BcdTemplateElementTypes
impl UnwindSafe for BcdTemplateElementTypes
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