#[repr(C)]pub struct SectionArea<'a> {
pub section_table: &'a [IMAGE_SECTION_HEADER],
pub section_data: &'a [u8],
}
Fields§
§section_table: &'a [IMAGE_SECTION_HEADER]
§section_data: &'a [u8]
Implementations§
Source§impl<'a> SectionArea<'a>
impl<'a> SectionArea<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SectionArea<'a>
impl<'a> RefUnwindSafe for SectionArea<'a>
impl<'a> Send for SectionArea<'a>
impl<'a> Sync for SectionArea<'a>
impl<'a> Unpin for SectionArea<'a>
impl<'a> UnwindSafe for SectionArea<'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