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

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

TLS Directory.

For more information see the module-level documentation.

Methods

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

Trait Implementations

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

Serialize this value into the given Serde serializer. Read more

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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