Struct ImageRuntimeFunctionEntry
struct ImageRuntimeFunctionEntry { ... }
Fields
begin_address: U32<LittleEndian>end_address: U32<LittleEndian>unwind_info_address_or_data: U32<LittleEndian>
Implementations
impl Clone for ImageRuntimeFunctionEntry
fn clone(self: &Self) -> ImageRuntimeFunctionEntry
impl Copy for ImageRuntimeFunctionEntry
impl Debug for ImageRuntimeFunctionEntry
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for ImageRuntimeFunctionEntry
impl Pod for ImageRuntimeFunctionEntry
impl RefUnwindSafe for ImageRuntimeFunctionEntry
impl Send for ImageRuntimeFunctionEntry
impl Sync for ImageRuntimeFunctionEntry
impl Unpin for ImageRuntimeFunctionEntry
impl UnsafeUnpin for ImageRuntimeFunctionEntry
impl UnwindSafe for ImageRuntimeFunctionEntry
impl<T> Any for ImageRuntimeFunctionEntry
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImageRuntimeFunctionEntry
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImageRuntimeFunctionEntry
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImageRuntimeFunctionEntry
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImageRuntimeFunctionEntry
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageRuntimeFunctionEntry
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageRuntimeFunctionEntry
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 ImageRuntimeFunctionEntry
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImageRuntimeFunctionEntry
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>