Struct object::xcoff::CsectAux64
source · #[repr(C)]pub struct CsectAux64 {
pub x_scnlen_lo: U32<BigEndian>,
pub x_parmhash: U32<BigEndian>,
pub x_snhash: U16<BigEndian>,
pub x_smtyp: u8,
pub x_smclas: u8,
pub x_scnlen_hi: U32<BigEndian>,
pub pad: u8,
pub x_auxtype: u8,
}
Expand description
Csect auxiliary entry for C_EXT, C_WEAKEXT, and C_HIDEXT symbols.
Fields§
§x_scnlen_lo: U32<BigEndian>
Low 4 bytes of section length.
x_parmhash: U32<BigEndian>
Offset of parameter type-check hash in .typchk section.
x_snhash: U16<BigEndian>
.typchk section number.
x_smtyp: u8
Symbol alignment and type.
x_smclas: u8
Storage mapping class.
x_scnlen_hi: U32<BigEndian>
High 4 bytes of section length.
pad: u8
Reserved.
x_auxtype: u8
Contains _AUX_CSECT; indicates type of auxiliary entry.
Trait Implementations§
source§impl Clone for CsectAux64
impl Clone for CsectAux64
source§fn clone(&self) -> CsectAux64
fn clone(&self) -> CsectAux64
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 CsectAux for CsectAux64
impl CsectAux for CsectAux64
fn x_scnlen(&self) -> u64
fn x_parmhash(&self) -> u32
fn x_snhash(&self) -> u16
fn x_smtyp(&self) -> u8
fn x_smclas(&self) -> u8
fn x_stab(&self) -> Option<u32>
fn x_snstab(&self) -> Option<u16>
fn x_auxtype(&self) -> Option<u8>
fn alignment(&self) -> u8
fn sym_type(&self) -> u8
source§impl Debug for CsectAux64
impl Debug for CsectAux64
impl Copy for CsectAux64
impl Pod for CsectAux64
Auto Trait Implementations§
impl Freeze for CsectAux64
impl RefUnwindSafe for CsectAux64
impl Send for CsectAux64
impl Sync for CsectAux64
impl Unpin for CsectAux64
impl UnwindSafe for CsectAux64
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
)