Struct object::xcoff::BlockAux32
source · #[repr(C)]pub struct BlockAux32 {
pub pad: [u8; 2],
pub x_lnnohi: U16<BigEndian>,
pub x_lnnolo: U16<BigEndian>,
pub pad2: [u8; 12],
}
Expand description
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.
Trait Implementations§
source§impl Clone for BlockAux32
impl Clone for BlockAux32
source§fn clone(&self) -> BlockAux32
fn clone(&self) -> BlockAux32
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 Debug for BlockAux32
impl Debug for BlockAux32
impl Copy for BlockAux32
impl Pod for BlockAux32
Auto Trait Implementations§
impl Freeze for BlockAux32
impl RefUnwindSafe for BlockAux32
impl Send for BlockAux32
impl Sync for BlockAux32
impl Unpin for BlockAux32
impl UnwindSafe for BlockAux32
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
)