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