pub struct Header<'a> { /* private fields */ }Implementations§
§impl Header<'_>
impl Header<'_>
pub fn machine(&self) -> u32
pub fn nb_sections(&self) -> u16
pub fn time_date_stamp(&self) -> u32
pub fn pointerto_symbol_table(&self) -> u32
pub fn numberof_symbols(&self) -> u32
pub fn sizeof_optional_header(&self) -> u16
pub fn characteristics(&self) -> u32
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Header<'a>
impl<'a> !Send for Header<'a>
impl<'a> !Sync for Header<'a>
impl<'a> Unpin for Header<'a>
impl<'a> UnwindSafe for Header<'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