Struct pelite::image::IMAGE_TLS_DIRECTORY64[][src]

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

Fields

Trait Implementations

impl Copy for IMAGE_TLS_DIRECTORY64
[src]

impl Clone for IMAGE_TLS_DIRECTORY64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IMAGE_TLS_DIRECTORY64
[src]

Formats the value using the given formatter. Read more

impl Pod for IMAGE_TLS_DIRECTORY64
[src]

Auto Trait Implementations