Struct object::xcoff::BlockAux64
source · #[repr(C)]pub struct BlockAux64 {
pub x_lnno: U32<BigEndian>,
pub pad: [u8; 13],
pub x_auxtype: u8,
}
Expand description
Block auxiliary entry for the C_BLOCK and C_FCN Symbols.
Fields§
§x_lnno: U32<BigEndian>
Source line number.
pad: [u8; 13]
Reserved.
x_auxtype: u8
Contains _AUX_SYM; Type of auxiliary entry.
Trait Implementations§
source§impl Clone for BlockAux64
impl Clone for BlockAux64
source§fn clone(&self) -> BlockAux64
fn clone(&self) -> BlockAux64
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 BlockAux64
impl Debug for BlockAux64
impl Copy for BlockAux64
impl Pod for BlockAux64
Auto Trait Implementations§
impl Freeze for BlockAux64
impl RefUnwindSafe for BlockAux64
impl Send for BlockAux64
impl Sync for BlockAux64
impl Unpin for BlockAux64
impl UnwindSafe for BlockAux64
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
)