#[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: DWORDTrait 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 moreimpl Copy for IMAGE_HOT_PATCH_BASE
Auto Trait Implementations§
impl Freeze for IMAGE_HOT_PATCH_BASE
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§
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