#[repr(C)]pub struct FileAux64 {
pub x_fname: [u8; 8],
pub x_fpad: [u8; 6],
pub x_ftype: u8,
pub x_freserve: [u8; 2],
pub x_auxtype: u8,
}
Expand description
File Auxiliary Entry for C_FILE Symbols.
Fields§
§x_fname: [u8; 8]
The source file name or compiler-related string.
If first 4 bytes are 0, then second 4 bytes are offset into string table.
x_fpad: [u8; 6]
Pad size for file name.
x_ftype: u8
The source-file string type.
x_freserve: [u8; 2]
Reserved.
x_auxtype: u8
Specifies the type of auxiliary entry. Contains _AUX_FILE for this auxiliary entry.
Trait Implementations§
source§impl FileAux for FileAux64
impl FileAux for FileAux64
impl Copy for FileAux64
impl Pod for FileAux64
Auto Trait Implementations§
impl Freeze for FileAux64
impl RefUnwindSafe for FileAux64
impl Send for FileAux64
impl Sync for FileAux64
impl Unpin for FileAux64
impl UnwindSafe for FileAux64
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
)