[][src]Struct pelite::pe32::debug::PgoItem

pub struct PgoItem<'a> {
    pub rva: u32,
    pub size: u32,
    pub name: &'a CStr,
}

Describes a PGO section.

Fields

rva: u32size: u32name: &'a CStr

Trait Implementations

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

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

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

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

Auto Trait Implementations

impl<'a> Sync for PgoItem<'a>

impl<'a> Send for PgoItem<'a>

impl<'a> Unpin for PgoItem<'a>

impl<'a> UnwindSafe for PgoItem<'a>

impl<'a> RefUnwindSafe for PgoItem<'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]