Struct pelite::image::IMAGE_TLS_DIRECTORY32[][src]

#[repr(C)]
pub struct IMAGE_TLS_DIRECTORY32 { pub StartAddressOfRawData: u32, pub EndAddressOfRawData: u32, pub AddressOfIndex: u32, pub AddressOfCallBacks: u32, pub SizeOfZeroFill: u32, pub Characteristics: u32, }

Fields

Trait Implementations

impl Copy for IMAGE_TLS_DIRECTORY32
[src]

impl Clone for IMAGE_TLS_DIRECTORY32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_TLS_DIRECTORY32
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_TLS_DIRECTORY32
[src]

Auto Trait Implementations