Struct winapi::um::winnt::IMAGE_TLS_DIRECTORY64
source · #[repr(C)]pub struct IMAGE_TLS_DIRECTORY64 {
pub StartAddressOfRawData: ULONGLONG,
pub EndAddressOfRawData: ULONGLONG,
pub AddressOfIndex: ULONGLONG,
pub AddressOfCallBacks: ULONGLONG,
pub SizeOfZeroFill: DWORD,
pub Characteristics: DWORD,
}
Fields§
§StartAddressOfRawData: ULONGLONG
§EndAddressOfRawData: ULONGLONG
§AddressOfIndex: ULONGLONG
§AddressOfCallBacks: ULONGLONG
§SizeOfZeroFill: DWORD
§Characteristics: DWORD
Implementations§
Trait Implementations§
source§impl Clone for IMAGE_TLS_DIRECTORY64
impl Clone for IMAGE_TLS_DIRECTORY64
source§fn clone(&self) -> IMAGE_TLS_DIRECTORY64
fn clone(&self) -> IMAGE_TLS_DIRECTORY64
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IMAGE_TLS_DIRECTORY64
impl Default for IMAGE_TLS_DIRECTORY64
source§fn default() -> IMAGE_TLS_DIRECTORY64
fn default() -> IMAGE_TLS_DIRECTORY64
Returns the “default value” for a type. Read more