Struct object::pe::ImageHotPatchInfo
source · #[repr(C)]pub struct ImageHotPatchInfo {
pub version: U32<LittleEndian>,
pub size: U32<LittleEndian>,
pub sequence_number: U32<LittleEndian>,
pub base_image_list: U32<LittleEndian>,
pub base_image_count: U32<LittleEndian>,
pub buffer_offset: U32<LittleEndian>,
pub extra_patch_size: U32<LittleEndian>,
}
Fields§
§version: U32<LittleEndian>
§size: U32<LittleEndian>
§sequence_number: U32<LittleEndian>
§base_image_list: U32<LittleEndian>
§base_image_count: U32<LittleEndian>
§buffer_offset: U32<LittleEndian>
Version 2 and later
extra_patch_size: U32<LittleEndian>
Version 3 and later
Trait Implementations§
source§impl Clone for ImageHotPatchInfo
impl Clone for ImageHotPatchInfo
source§fn clone(&self) -> ImageHotPatchInfo
fn clone(&self) -> ImageHotPatchInfo
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 ImageHotPatchInfo
impl Debug for ImageHotPatchInfo
impl Copy for ImageHotPatchInfo
impl Pod for ImageHotPatchInfo
Auto Trait Implementations§
impl RefUnwindSafe for ImageHotPatchInfo
impl Send for ImageHotPatchInfo
impl Sync for ImageHotPatchInfo
impl Unpin for ImageHotPatchInfo
impl UnwindSafe for ImageHotPatchInfo
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