Struct vtil_parser::Header [−][src]
pub struct Header {
pub arch_id: ArchitectureIdentifier,
}Header containing metadata regarding the VTIL container
Fields
arch_id: ArchitectureIdentifierThe architecture used by the VTIL routine
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Header
impl RefUnwindSafe for Headerimpl UnwindSafe for Header
impl UnwindSafe for Header