Expand description
A PE rich header entry after it has been unmasked.
Fields
comp_id: u32
ID of the component.
count: u32
Number of times this component has been used when building this PE.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RichHeaderEntry
impl Send for RichHeaderEntry
impl Sync for RichHeaderEntry
impl Unpin for RichHeaderEntry
impl UnwindSafe for RichHeaderEntry
Blanket Implementations
Mutably borrows from an owned value. Read more