Struct ImageHotPatchBase
struct ImageHotPatchBase { ... }
Fields
sequence_number: crate::endian::U32<crate::endian::LittleEndian>flags: crate::endian::U32<crate::endian::LittleEndian>original_time_date_stamp: crate::endian::U32<crate::endian::LittleEndian>original_check_sum: crate::endian::U32<crate::endian::LittleEndian>code_integrity_info: crate::endian::U32<crate::endian::LittleEndian>code_integrity_size: crate::endian::U32<crate::endian::LittleEndian>patch_table: crate::endian::U32<crate::endian::LittleEndian>buffer_offset: crate::endian::U32<crate::endian::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 $crate::fmt::Formatter<'_>) -> $crate::fmt::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 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>