#[repr(C)]pub struct FileAux32 {
pub x_fname: [u8; 8],
pub x_fpad: [u8; 6],
pub x_ftype: u8,
pub x_freserve: [u8; 3],
}
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; 3]
Reserved.
Trait Implementations§
source§impl FileAux for FileAux32
impl FileAux for FileAux32
impl Copy for FileAux32
impl Pod for FileAux32
Auto Trait Implementations§
impl Freeze for FileAux32
impl RefUnwindSafe for FileAux32
impl Send for FileAux32
impl Sync for FileAux32
impl Unpin for FileAux32
impl UnwindSafe for FileAux32
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
)