pub struct Section<'a> { /* private fields */ }Implementations§
§impl Section<'_>
impl Section<'_>
pub fn sizeof_raw_data(&self) -> u32
pub fn virtual_size(&self) -> u32
pub fn pointerto_raw_data(&self) -> u32
pub fn pointerto_relocation(&self) -> u32
pub fn pointerto_line_numbers(&self) -> u32
pub fn numberof_relocations(&self) -> u32
pub fn numberof_line_numbers(&self) -> u32
pub fn characteristics(&self) -> Characteristics
pub fn padding(&self) -> &[u8] ⓘ
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