pub struct Section<'a> { /* private fields */ }Implementations§
§impl Section<'_>
impl Section<'_>
pub fn segment_name(&self) -> String
pub fn address(&self) -> u64
pub fn alignment(&self) -> u32
pub fn relocation_offset(&self) -> u32
pub fn numberof_relocations(&self) -> u32
pub fn raw_flags(&self) -> u32
pub fn flags(&self) -> u32
pub fn section_type(&self) -> TYPE
pub fn reserved1(&self) -> u32
pub fn reserved2(&self) -> u32
pub fn reserved3(&self) -> u32
pub fn segment(&self) -> Option<Segment<'_>>
pub fn relocations(&self) -> Relocations<'_> ⓘ
Trait Implementations§
Auto Trait Implementations§
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