pub struct Version<'data> { /* private fields */ }
Expand description
A version definition or requirement.
This is derived from entries in the elf::SHT_GNU_VERDEF
and elf::SHT_GNU_VERNEED
sections.
Implementations§
Trait Implementations§
impl<'data> Copy for Version<'data>
Auto Trait Implementations§
impl<'data> RefUnwindSafe for Version<'data>
impl<'data> Send for Version<'data>
impl<'data> Sync for Version<'data>
impl<'data> Unpin for Version<'data>
impl<'data> UnwindSafe for Version<'data>
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