Struct DwarfAux64
struct DwarfAux64 { ... }
Section auxiliary entry Format for C_DWARF symbols.
Fields
x_scnlen: U64<BigEndian>Length of portion of section represented by symbol.
x_nreloc: U64<BigEndian>Number of relocation entries in section.
pad: u8Reserved.
x_auxtype: u8Contains _AUX_SECT; Type of Auxiliary entry.
Implementations
impl Clone for DwarfAux64
fn clone(self: &Self) -> DwarfAux64
impl Copy for DwarfAux64
impl Debug for DwarfAux64
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for DwarfAux64
impl Pod for DwarfAux64
impl RefUnwindSafe for DwarfAux64
impl Send for DwarfAux64
impl Sync for DwarfAux64
impl Unpin for DwarfAux64
impl UnsafeUnpin for DwarfAux64
impl UnwindSafe for DwarfAux64
impl<T> Any for DwarfAux64
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for DwarfAux64
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for DwarfAux64
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for DwarfAux64
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for DwarfAux64
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for DwarfAux64
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for DwarfAux64
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 DwarfAux64
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for DwarfAux64
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>