pub struct Dylink0<'a> {
pub subsections: Vec<Dylink0Subsection<'a>>,
}
Expand description
A dylink.0
custom section
Fields§
§subsections: Vec<Dylink0Subsection<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Dylink0<'a>
impl<'a> Send for Dylink0<'a>
impl<'a> Sync for Dylink0<'a>
impl<'a> Unpin for Dylink0<'a>
impl<'a> UnwindSafe for Dylink0<'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