Enum xmas_elf::sections::SectionHeader [] [src]

pub enum SectionHeader<'a> {
    Sh32(&'a SectionHeader_<P32>),
    Sh64(&'a SectionHeader_<P64>),
}

Variants

Methods

impl<'a> SectionHeader<'a>
[src]

Trait Implementations

impl<'a> Clone for SectionHeader<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for SectionHeader<'a>
[src]

impl<'a> Display for SectionHeader<'a>
[src]

Formats the value using the given formatter. Read more