Struct pelite::pe32::headers::Headers[][src]

pub struct Headers<P> { /* fields omitted */ }

Describes the PE headers.

Methods

impl<'a, P: Pe<'a> + Copy> Headers<P>
[src]

Gets the PE headers as a byte slice.

Calculates the optional header's check_sum.

Trait Implementations

impl<'a, P: Pe<'a> + Copy> Serialize for Headers<P>
[src]

Serialize this value into the given Serde serializer. Read more

impl<P: Copy> Copy for Headers<P>
[src]

impl<P: Clone> Clone for Headers<P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<P> Send for Headers<P> where
    P: Send

impl<P> Sync for Headers<P> where
    P: Sync