#[repr(C)]pub struct StatAux {
pub x_scnlen: U32<BigEndian>,
pub x_nreloc: U16<BigEndian>,
pub x_nlinno: U16<BigEndian>,
pub pad: [u8; 10],
}
Expand description
Section auxiliary entry for the C_STAT Symbol. (XCOFF32 Only)
Fields§
§x_scnlen: U32<BigEndian>
Section length.
x_nreloc: U16<BigEndian>
Number of relocation entries.
x_nlinno: U16<BigEndian>
Number of line numbers.
pad: [u8; 10]
Reserved.
Trait Implementations§
impl Copy for StatAux
impl Pod for StatAux
Auto Trait Implementations§
impl Freeze for StatAux
impl RefUnwindSafe for StatAux
impl Send for StatAux
impl Sync for StatAux
impl Unpin for StatAux
impl UnwindSafe for StatAux
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
)