Enum windows_native::ntpfapi::PF_BOOT_PHASE_ID
source · #[repr(i32)]pub enum PF_BOOT_PHASE_ID {
PfKernelInitPhase,
PfBootDriverInitPhase,
PfSystemDriverInitPhase,
PfSessionManagerInitPhase,
PfSMRegistryInitPhase,
PfVideoInitPhase,
PfPostVideoInitPhase,
PfBootAcceptedRegistryInitPhase,
PfUserShellReadyPhase,
PfMaxBootPhaseId,
}Variants§
PfKernelInitPhase
PfBootDriverInitPhase
PfSystemDriverInitPhase
PfSessionManagerInitPhase
PfSMRegistryInitPhase
PfVideoInitPhase
PfPostVideoInitPhase
PfBootAcceptedRegistryInitPhase
PfUserShellReadyPhase
PfMaxBootPhaseId
Trait Implementations§
source§impl Clone for PF_BOOT_PHASE_ID
impl Clone for PF_BOOT_PHASE_ID
source§fn clone(&self) -> PF_BOOT_PHASE_ID
fn clone(&self) -> PF_BOOT_PHASE_ID
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 PF_BOOT_PHASE_ID
impl Debug for PF_BOOT_PHASE_ID
source§impl Hash for PF_BOOT_PHASE_ID
impl Hash for PF_BOOT_PHASE_ID
source§impl PartialEq<PF_BOOT_PHASE_ID> for PF_BOOT_PHASE_ID
impl PartialEq<PF_BOOT_PHASE_ID> for PF_BOOT_PHASE_ID
source§fn eq(&self, other: &PF_BOOT_PHASE_ID) -> bool
fn eq(&self, other: &PF_BOOT_PHASE_ID) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PF_BOOT_PHASE_ID
impl Eq for PF_BOOT_PHASE_ID
impl StructuralEq for PF_BOOT_PHASE_ID
impl StructuralPartialEq for PF_BOOT_PHASE_ID
Auto Trait Implementations§
impl RefUnwindSafe for PF_BOOT_PHASE_ID
impl Send for PF_BOOT_PHASE_ID
impl Sync for PF_BOOT_PHASE_ID
impl Unpin for PF_BOOT_PHASE_ID
impl UnwindSafe for PF_BOOT_PHASE_ID
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