Struct object::xcoff::DwarfAux32
source · #[repr(C)]pub struct DwarfAux32 {
pub x_scnlen: U32<BigEndian>,
pub pad: [u8; 4],
pub x_nreloc: U32<BigEndian>,
pub pad2: [u8; 6],
}
Expand description
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.
Trait Implementations§
source§impl Clone for DwarfAux32
impl Clone for DwarfAux32
source§fn clone(&self) -> DwarfAux32
fn clone(&self) -> DwarfAux32
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 DwarfAux32
impl Debug for DwarfAux32
impl Copy for DwarfAux32
impl Pod for DwarfAux32
Auto Trait Implementations§
impl Freeze for DwarfAux32
impl RefUnwindSafe for DwarfAux32
impl Send for DwarfAux32
impl Sync for DwarfAux32
impl Unpin for DwarfAux32
impl UnwindSafe for DwarfAux32
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
)