pub struct Section<'a> {
pub data: SectionData<'a>,
pub name: &'a [u8],
pub flags: SectionFlags,
pub address: Address,
pub address_alignment: u64,
pub link: Index,
}Fields§
§data: SectionData<'a>§name: &'a [u8]§flags: SectionFlags§address: Address§address_alignment: u64§link: IndexTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Section<'a>
impl<'a> RefUnwindSafe for Section<'a>
impl<'a> Send for Section<'a>
impl<'a> Sync for Section<'a>
impl<'a> Unpin for Section<'a>
impl<'a> UnwindSafe for Section<'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