Struct lief::pe::symbol::AuxiliaryFile
pub struct AuxiliaryFile<'a> { /* private fields */ }
Expand description
This auxiliary symbol represents a filename (auxiliary format 4)
The crate::generic::Symbol::name
itself should start with .file
, and this auxiliary record
gives the name of a source-code file.
Reference: https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#auxiliary-format-4-files
Implementations§
§impl AuxiliaryFile<'_>
impl AuxiliaryFile<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AuxiliaryFile<'a>
impl<'a> !Send for AuxiliaryFile<'a>
impl<'a> !Sync for AuxiliaryFile<'a>
impl<'a> Unpin for AuxiliaryFile<'a>
impl<'a> !UnwindSafe for AuxiliaryFile<'a>
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