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