Struct object::xcoff::DwarfAux64
source · #[repr(C)]pub struct DwarfAux64 {
pub x_scnlen: U64<BigEndian>,
pub x_nreloc: U64<BigEndian>,
pub pad: u8,
pub x_auxtype: u8,
}
Expand description
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: u8
Reserved.
x_auxtype: u8
Contains _AUX_SECT; Type of Auxiliary entry.
Trait Implementations§
source§impl Clone for DwarfAux64
impl Clone for DwarfAux64
source§fn clone(&self) -> DwarfAux64
fn clone(&self) -> DwarfAux64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DwarfAux64
impl Debug for DwarfAux64
impl Copy for DwarfAux64
impl Pod for DwarfAux64
Auto Trait Implementations§
impl Freeze for DwarfAux64
impl RefUnwindSafe for DwarfAux64
impl Send for DwarfAux64
impl Sync for DwarfAux64
impl Unpin for DwarfAux64
impl UnwindSafe for DwarfAux64
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)