Struct ImageAuxSymbolFunction

struct ImageAuxSymbolFunction { ... }

Auxiliary symbol format 1: function definitions.

Fields

tag_index: U32Bytes<LittleEndian>
total_size: U32Bytes<LittleEndian>
pointer_to_linenumber: U32Bytes<LittleEndian>
pointer_to_next_function: U32Bytes<LittleEndian>
unused: [u8; 2]

Implementations

impl Clone for ImageAuxSymbolFunction

fn clone(self: &Self) -> ImageAuxSymbolFunction

impl Copy for ImageAuxSymbolFunction

impl Debug for ImageAuxSymbolFunction

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

impl Freeze for ImageAuxSymbolFunction

impl Pod for ImageAuxSymbolFunction

impl RefUnwindSafe for ImageAuxSymbolFunction

impl Send for ImageAuxSymbolFunction

impl Sync for ImageAuxSymbolFunction

impl Unpin for ImageAuxSymbolFunction

impl UnsafeUnpin for ImageAuxSymbolFunction

impl UnwindSafe for ImageAuxSymbolFunction

impl<T> Any for ImageAuxSymbolFunction

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageAuxSymbolFunction

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

impl<T> BorrowMut for ImageAuxSymbolFunction

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

impl<T> CloneToUninit for ImageAuxSymbolFunction

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

impl<T> From for ImageAuxSymbolFunction

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageAuxSymbolFunction

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

impl<T, U> Into for ImageAuxSymbolFunction

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 ImageAuxSymbolFunction

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

impl<T, U> TryInto for ImageAuxSymbolFunction

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