[][src]Struct pelite::pe32::tls::Tls

pub struct Tls<'a, P> { /* fields omitted */ }

TLS Directory.

For more information see the module-level documentation.

Methods

impl<'a, P: Pe<'a>> Tls<'a, P>[src]

pub fn pe(&self) -> P[src]

Gets the PE instance.

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

Returns the underlying TLS directory image.

pub fn raw_data(&self) -> Result<&'a [u8]>[src]

Gets the raw TLS initialization data.

pub fn slot(&self) -> Result<&'a u32>[src]

Gets the TLS slot location.

pub fn callbacks(&self) -> Result<&'a [Va]>[src]

Gets the TLS initialization callbacks.

Trait Implementations

impl<'a, P: Clone> Clone for Tls<'a, P>[src]

impl<'a, P: Copy> Copy for Tls<'a, P>[src]

impl<'a, P: Pe<'a>> Debug for Tls<'a, P>[src]

impl<'a, P: Pe<'a>> Serialize for Tls<'a, P>[src]

Auto Trait Implementations

impl<'a, P> Sync for Tls<'a, P> where
    P: Sync

impl<'a, P> Send for Tls<'a, P> where
    P: Send

impl<'a, P> Unpin for Tls<'a, P> where
    P: Unpin

impl<'a, P> UnwindSafe for Tls<'a, P> where
    P: UnwindSafe

impl<'a, P> RefUnwindSafe for Tls<'a, P> where
    P: RefUnwindSafe

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]