Struct object::read::pe::PeSegment[][src]

pub struct PeSegment<'data, 'file, Pe, R = &'data [u8]> where
    Pe: ImageNtHeaders,
    R: ReadRef<'data>, 
{ /* fields omitted */ }

A loadable section of a PeFile.

Trait Implementations

impl<'data, 'file, Pe: Debug, R: Debug> Debug for PeSegment<'data, 'file, Pe, R> where
    Pe: ImageNtHeaders,
    R: ReadRef<'data>, 
[src]

impl<'data, 'file, Pe, R> ObjectSegment<'data> for PeSegment<'data, 'file, Pe, R> where
    Pe: ImageNtHeaders,
    R: ReadRef<'data>, 
[src]

Auto Trait Implementations

impl<'data, 'file, Pe, R> RefUnwindSafe for PeSegment<'data, 'file, Pe, R> where
    Pe: RefUnwindSafe,
    R: RefUnwindSafe

impl<'data, 'file, Pe, R> Send for PeSegment<'data, 'file, Pe, R> where
    Pe: Sync,
    R: Sync

impl<'data, 'file, Pe, R> Sync for PeSegment<'data, 'file, Pe, R> where
    Pe: Sync,
    R: Sync

impl<'data, 'file, Pe, R> Unpin for PeSegment<'data, 'file, Pe, R> where
    'data: 'file, 

impl<'data, 'file, Pe, R> UnwindSafe for PeSegment<'data, 'file, Pe, R> where
    Pe: RefUnwindSafe,
    R: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.