Struct object::xcoff::CsectAux32
source · #[repr(C)]pub struct CsectAux32 {
pub x_scnlen: U32<BigEndian>,
pub x_parmhash: U32<BigEndian>,
pub x_snhash: U16<BigEndian>,
pub x_smtyp: u8,
pub x_smclas: u8,
pub x_stab: U32<BigEndian>,
pub x_snstab: U16<BigEndian>,
}
Expand description
Csect auxiliary entry for C_EXT, C_WEAKEXT, and C_HIDEXT symbols.
Fields§
§x_scnlen: U32<BigEndian>
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_stab: U32<BigEndian>
Reserved.
x_snstab: U16<BigEndian>
x_snstab.
Trait Implementations§
source§impl Clone for CsectAux32
impl Clone for CsectAux32
source§fn clone(&self) -> CsectAux32
fn clone(&self) -> CsectAux32
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 CsectAux32
impl CsectAux for CsectAux32
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 CsectAux32
impl Debug for CsectAux32
impl Copy for CsectAux32
impl Pod for CsectAux32
Auto Trait Implementations§
impl Freeze for CsectAux32
impl RefUnwindSafe for CsectAux32
impl Send for CsectAux32
impl Sync for CsectAux32
impl Unpin for CsectAux32
impl UnwindSafe for CsectAux32
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
)