Enum xmas_elf::header::HeaderPt2
[−]
[src]
pub enum HeaderPt2<'a> {
Header32(&'a HeaderPt2_<P32>),
Header64(&'a HeaderPt2_<P64>),
}Variants
Header32(&'a HeaderPt2_<P32>)Header64(&'a HeaderPt2_<P64>)
Methods
impl<'a> HeaderPt2<'a>[src]
pub fn size(&self) -> usize[src]
pub fn type_(&self) -> Type_[src]
pub fn machine(&self) -> Machine_[src]
pub fn version(&self) -> u32[src]
pub fn header_size(&self) -> u16[src]
pub fn entry_point(&self) -> u64[src]
pub fn ph_offset(&self) -> u64[src]
pub fn sh_offset(&self) -> u64[src]
pub fn ph_entry_size(&self) -> u16[src]
pub fn ph_count(&self) -> u16[src]
pub fn sh_entry_size(&self) -> u16[src]
pub fn sh_count(&self) -> u16[src]
pub fn sh_str_index(&self) -> u16[src]
Trait Implementations
impl<'a> Clone for HeaderPt2<'a>[src]
fn clone(&self) -> HeaderPt2<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl<'a> Copy for HeaderPt2<'a>[src]
impl<'a> Debug for HeaderPt2<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more