Struct DwarfAux32

struct DwarfAux32 { ... }

Section auxiliary entry Format for C_DWARF symbols.

Fields

x_scnlen: U32<BigEndian>

Length of portion of section represented by symbol.

pad: [u8; 4]

Reserved.

x_nreloc: U32<BigEndian>

Number of relocation entries in section.

pad2: [u8; 6]

Reserved.

Implementations

impl Clone for DwarfAux32

fn clone(self: &Self) -> DwarfAux32

impl Copy for DwarfAux32

impl Debug for DwarfAux32

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

impl Freeze for DwarfAux32

impl Pod for DwarfAux32

impl RefUnwindSafe for DwarfAux32

impl Send for DwarfAux32

impl Sync for DwarfAux32

impl Unpin for DwarfAux32

impl UnsafeUnpin for DwarfAux32

impl UnwindSafe for DwarfAux32

impl<T> Any for DwarfAux32

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DwarfAux32

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

impl<T> BorrowMut for DwarfAux32

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

impl<T> CloneToUninit for DwarfAux32

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

impl<T> From for DwarfAux32

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DwarfAux32

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

impl<T, U> Into for DwarfAux32

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 DwarfAux32

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

impl<T, U> TryInto for DwarfAux32

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