[][src]Struct pelite::pe64::debug::Dbg

pub struct Dbg<'a> {
    pub image: &'a IMAGE_DEBUG_MISC,
}

Debug information.

Fields

image: &'a IMAGE_DEBUG_MISC

Methods

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

pub fn image(&self) -> &'a IMAGE_DEBUG_MISC[src]

Gets the underlying information image.

Trait Implementations

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

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

impl<'a> Debug for Dbg<'a>[src]

impl<'a> Serialize for Dbg<'a>[src]

Auto Trait Implementations

impl<'a> Sync for Dbg<'a>

impl<'a> Send for Dbg<'a>

impl<'a> Unpin for Dbg<'a>

impl<'a> UnwindSafe for Dbg<'a>

impl<'a> RefUnwindSafe for Dbg<'a>

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for 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.

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

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

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