#[repr(C)]pub struct FunAux64 {
pub x_lnnoptr: U64<BigEndian>,
pub x_fsize: U32<BigEndian>,
pub x_endndx: U32<BigEndian>,
pub pad: u8,
pub x_auxtype: u8,
}
Expand description
Function auxiliary entry.
Fields§
§x_lnnoptr: U64<BigEndian>
File pointer to line number
x_fsize: U32<BigEndian>
Size of function in bytes.
x_endndx: U32<BigEndian>
Symbol table index of next entry beyond this function.
pad: u8
Pad
x_auxtype: u8
Contains _AUX_FCN; Type of auxiliary entry.
Trait Implementations§
impl Copy for FunAux64
impl Pod for FunAux64
Auto Trait Implementations§
impl Freeze for FunAux64
impl RefUnwindSafe for FunAux64
impl Send for FunAux64
impl Sync for FunAux64
impl Unpin for FunAux64
impl UnwindSafe for FunAux64
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
)