Struct object::read::elf::Version [−][src]
pub struct Version<'data> { /* fields omitted */ }Expand description
A version definition or requirement.
This is derived from entries in the SHT_GNU_verdef and SHT_GNU_verneed sections.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'data> RefUnwindSafe for Version<'data>
impl<'data> UnwindSafe for Version<'data>
Blanket Implementations
Mutably borrows from an owned value. Read more