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