Struct ImageFunctionEntry

struct ImageFunctionEntry { ... }

Fields

starting_address: U32<LittleEndian>
ending_address: U32<LittleEndian>
end_of_prologue: U32<LittleEndian>

Implementations

impl Clone for ImageFunctionEntry

fn clone(self: &Self) -> ImageFunctionEntry

impl Copy for ImageFunctionEntry

impl Debug for ImageFunctionEntry

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for ImageFunctionEntry

impl Pod for ImageFunctionEntry

impl RefUnwindSafe for ImageFunctionEntry

impl Send for ImageFunctionEntry

impl Sync for ImageFunctionEntry

impl Unpin for ImageFunctionEntry

impl UnsafeUnpin for ImageFunctionEntry

impl UnwindSafe for ImageFunctionEntry

impl<T> Any for ImageFunctionEntry

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageFunctionEntry

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ImageFunctionEntry

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ImageFunctionEntry

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ImageFunctionEntry

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageFunctionEntry

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for ImageFunctionEntry

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ImageFunctionEntry

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ImageFunctionEntry

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>