Struct object::pe::ImageHotPatchInfo [−][src]
#[repr(C)]pub struct ImageHotPatchInfo { pub version: U32<LE>, pub size: U32<LE>, pub sequence_number: U32<LE>, pub base_image_list: U32<LE>, pub base_image_count: U32<LE>, pub buffer_offset: U32<LE>, pub extra_patch_size: U32<LE>, }
Fields
version: U32<LE>size: U32<LE>sequence_number: U32<LE>base_image_list: U32<LE>base_image_count: U32<LE>buffer_offset: U32<LE>Version 2 and later
extra_patch_size: U32<LE>Version 3 and later
Trait Implementations
impl Clone for ImageHotPatchInfo[src]
impl Clone for ImageHotPatchInfo[src]fn clone(&self) -> ImageHotPatchInfo[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ImageHotPatchInfo[src]
impl Pod for ImageHotPatchInfo[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
The resulting type after obtaining ownership.