Struct BlockAux32

struct BlockAux32 { ... }

Block auxiliary entry for the C_BLOCK and C_FCN Symbols.

Fields

pad: [u8; 2]

Reserved.

x_lnnohi: U16<BigEndian>

High-order 2 bytes of the source line number.

x_lnnolo: U16<BigEndian>

Low-order 2 bytes of the source line number.

pad2: [u8; 12]

Reserved.

Implementations

impl Clone for BlockAux32

fn clone(self: &Self) -> BlockAux32

impl Copy for BlockAux32

impl Debug for BlockAux32

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for BlockAux32

impl Pod for BlockAux32

impl RefUnwindSafe for BlockAux32

impl Send for BlockAux32

impl Sync for BlockAux32

impl Unpin for BlockAux32

impl UnsafeUnpin for BlockAux32

impl UnwindSafe for BlockAux32

impl<T> Any for BlockAux32

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for BlockAux32

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for BlockAux32

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for BlockAux32

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for BlockAux32

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for BlockAux32

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for BlockAux32

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for BlockAux32

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for BlockAux32

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>