pub struct VerdefSection<'a> { /* private fields */ }
Expand description
Helper struct to iterate over Version Definition and Version Definition Auxiliary entries.
Implementations§
Source§impl<'a> VerdefSection<'a>
impl<'a> VerdefSection<'a>
pub fn parse( bytes: &'a [u8], shdrs: &[SectionHeader], ctx: Ctx, ) -> Result<Option<VerdefSection<'a>>>
Sourcepub fn iter(&'a self) -> VerdefIter<'a> ⓘ
pub fn iter(&'a self) -> VerdefIter<'a> ⓘ
Get an iterator over the Verdef
entries.
Trait Implementations§
Source§impl<'a> Debug for VerdefSection<'a>
impl<'a> Debug for VerdefSection<'a>
Source§impl<'a> IntoIterator for &VerdefSection<'a>
impl<'a> IntoIterator for &VerdefSection<'a>
Auto Trait Implementations§
impl<'a> Freeze for VerdefSection<'a>
impl<'a> RefUnwindSafe for VerdefSection<'a>
impl<'a> Send for VerdefSection<'a>
impl<'a> Sync for VerdefSection<'a>
impl<'a> Unpin for VerdefSection<'a>
impl<'a> UnwindSafe for VerdefSection<'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