Struct ImageAuxSymbolTokenDef

struct ImageAuxSymbolTokenDef { ... }

Fields

aux_type: u8

IMAGE_AUX_SYMBOL_TYPE

reserved1: u8

Must be 0

symbol_table_index: U32Bytes<LittleEndian>
reserved2: [u8; 12]

Must be 0

Implementations

impl Clone for ImageAuxSymbolTokenDef

fn clone(self: &Self) -> ImageAuxSymbolTokenDef

impl Copy for ImageAuxSymbolTokenDef

impl Debug for ImageAuxSymbolTokenDef

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

impl Freeze for ImageAuxSymbolTokenDef

impl Pod for ImageAuxSymbolTokenDef

impl RefUnwindSafe for ImageAuxSymbolTokenDef

impl Send for ImageAuxSymbolTokenDef

impl Sync for ImageAuxSymbolTokenDef

impl Unpin for ImageAuxSymbolTokenDef

impl UnsafeUnpin for ImageAuxSymbolTokenDef

impl UnwindSafe for ImageAuxSymbolTokenDef

impl<T> Any for ImageAuxSymbolTokenDef

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageAuxSymbolTokenDef

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

impl<T> BorrowMut for ImageAuxSymbolTokenDef

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

impl<T> CloneToUninit for ImageAuxSymbolTokenDef

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

impl<T> From for ImageAuxSymbolTokenDef

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageAuxSymbolTokenDef

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

impl<T, U> Into for ImageAuxSymbolTokenDef

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 ImageAuxSymbolTokenDef

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

impl<T, U> TryInto for ImageAuxSymbolTokenDef

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