Struct ImageHotPatchInfo
struct ImageHotPatchInfo { ... }
Fields
version: crate::endian::U32<crate::endian::LittleEndian>size: crate::endian::U32<crate::endian::LittleEndian>sequence_number: crate::endian::U32<crate::endian::LittleEndian>base_image_list: crate::endian::U32<crate::endian::LittleEndian>base_image_count: crate::endian::U32<crate::endian::LittleEndian>buffer_offset: crate::endian::U32<crate::endian::LittleEndian>Version 2 and later
extra_patch_size: crate::endian::U32<crate::endian::LittleEndian>Version 3 and later
Implementations
impl Clone for ImageHotPatchInfo
fn clone(self: &Self) -> ImageHotPatchInfo
impl Copy for ImageHotPatchInfo
impl Debug for ImageHotPatchInfo
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Freeze for ImageHotPatchInfo
impl Pod for ImageHotPatchInfo
impl RefUnwindSafe for ImageHotPatchInfo
impl Send for ImageHotPatchInfo
impl Sync for ImageHotPatchInfo
impl Unpin for ImageHotPatchInfo
impl UnwindSafe for ImageHotPatchInfo
impl<T> Any for ImageHotPatchInfo
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImageHotPatchInfo
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImageHotPatchInfo
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImageHotPatchInfo
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImageHotPatchInfo
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageHotPatchInfo
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageHotPatchInfo
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 ImageHotPatchInfo
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImageHotPatchInfo
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>