Struct win_sys::SystemServices::IMAGE_HOT_PATCH_BASE [−][src]
#[repr(C)]pub struct IMAGE_HOT_PATCH_BASE {
pub SequenceNumber: u32,
pub Flags: u32,
pub OriginalTimeDateStamp: u32,
pub OriginalCheckSum: u32,
pub CodeIntegrityInfo: u32,
pub CodeIntegritySize: u32,
pub PatchTable: u32,
pub BufferOffset: u32,
}Expand description
Required features: Win32_System_SystemServices
Fields
SequenceNumber: u32Flags: u32OriginalTimeDateStamp: u32OriginalCheckSum: u32CodeIntegrityInfo: u32CodeIntegritySize: u32PatchTable: u32BufferOffset: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_HOT_PATCH_BASE
impl Send for IMAGE_HOT_PATCH_BASE
impl Sync for IMAGE_HOT_PATCH_BASE
impl Unpin for IMAGE_HOT_PATCH_BASE
impl UnwindSafe for IMAGE_HOT_PATCH_BASE
Blanket Implementations
Mutably borrows from an owned value. Read more