Struct ImageHotPatchBase
struct ImageHotPatchBase { ... }
Fields
sequence_number: U32<LittleEndian>flags: U32<LittleEndian>original_time_date_stamp: U32<LittleEndian>original_check_sum: U32<LittleEndian>code_integrity_info: U32<LittleEndian>code_integrity_size: U32<LittleEndian>patch_table: U32<LittleEndian>buffer_offset: U32<LittleEndian>Version 2 and later
Implementations
impl Clone for ImageHotPatchBase
fn clone(self: &Self) -> ImageHotPatchBase
impl Copy for ImageHotPatchBase
impl Debug for ImageHotPatchBase
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for ImageHotPatchBase
impl Pod for ImageHotPatchBase
impl RefUnwindSafe for ImageHotPatchBase
impl Send for ImageHotPatchBase
impl Sync for ImageHotPatchBase
impl Unpin for ImageHotPatchBase
impl UnsafeUnpin for ImageHotPatchBase
impl UnwindSafe for ImageHotPatchBase
impl<T> Any for ImageHotPatchBase
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImageHotPatchBase
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImageHotPatchBase
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImageHotPatchBase
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImageHotPatchBase
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageHotPatchBase
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageHotPatchBase
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ImageHotPatchBase
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImageHotPatchBase
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>