Struct winapi::um::winnt::IMAGE_HOT_PATCH_BASE
source · #[repr(C)]pub struct IMAGE_HOT_PATCH_BASE {
pub SequenceNumber: DWORD,
pub Flags: DWORD,
pub OriginalTimeDateStamp: DWORD,
pub OriginalCheckSum: DWORD,
pub CodeIntegrityInfo: DWORD,
pub CodeIntegritySize: DWORD,
pub PatchTable: DWORD,
pub BufferOffset: DWORD,
}
Fields§
§SequenceNumber: DWORD
§Flags: DWORD
§OriginalTimeDateStamp: DWORD
§OriginalCheckSum: DWORD
§CodeIntegrityInfo: DWORD
§CodeIntegritySize: DWORD
§PatchTable: DWORD
§BufferOffset: DWORD
Trait Implementations§
source§impl Clone for IMAGE_HOT_PATCH_BASE
impl Clone for IMAGE_HOT_PATCH_BASE
source§fn clone(&self) -> IMAGE_HOT_PATCH_BASE
fn clone(&self) -> IMAGE_HOT_PATCH_BASE
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 Default for IMAGE_HOT_PATCH_BASE
impl Default for IMAGE_HOT_PATCH_BASE
source§fn default() -> IMAGE_HOT_PATCH_BASE
fn default() -> IMAGE_HOT_PATCH_BASE
Returns the “default value” for a type. Read more