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