Struct lief::pe::RichHeader
pub struct RichHeader<'a> { /* private fields */ }
Expand description
Structure which represents the not-so-documented rich header
This structure is usually located at the end of the crate::pe::Binary::dos_stub
and contains information about the build environment.
It is generated by the Microsoft linker link.exe
and there are no options to disable
or remove this information.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RichHeader<'a>
impl<'a> !Send for RichHeader<'a>
impl<'a> !Sync for RichHeader<'a>
impl<'a> Unpin for RichHeader<'a>
impl<'a> UnwindSafe for RichHeader<'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