pub struct AuxFile<'a> {
pub sections: Vec<AuxSection<'a>>,
}Expand description
A parsed auxiliary file: the ordered DATA and SCRIPT sections.
Fields§
§sections: Vec<AuxSection<'a>>Implementations§
Trait Implementations§
Source§impl<'a> PartialEq for AuxFile<'a>
impl<'a> PartialEq for AuxFile<'a>
impl<'a> StructuralPartialEq for AuxFile<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuxFile<'a>
impl<'a> RefUnwindSafe for AuxFile<'a>
impl<'a> Send for AuxFile<'a>
impl<'a> Sync for AuxFile<'a>
impl<'a> Unpin for AuxFile<'a>
impl<'a> UnsafeUnpin for AuxFile<'a>
impl<'a> UnwindSafe for AuxFile<'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