Struct winapi::um::winnt::IMAGE_TLS_DIRECTORY32
source · #[repr(C)]pub struct IMAGE_TLS_DIRECTORY32 {
pub StartAddressOfRawData: DWORD,
pub EndAddressOfRawData: DWORD,
pub AddressOfIndex: DWORD,
pub AddressOfCallBacks: DWORD,
pub SizeOfZeroFill: DWORD,
pub Characteristics: DWORD,
}
Fields§
§StartAddressOfRawData: DWORD
§EndAddressOfRawData: DWORD
§AddressOfIndex: DWORD
§AddressOfCallBacks: DWORD
§SizeOfZeroFill: DWORD
§Characteristics: DWORD
Implementations§
Trait Implementations§
source§impl Clone for IMAGE_TLS_DIRECTORY32
impl Clone for IMAGE_TLS_DIRECTORY32
source§fn clone(&self) -> IMAGE_TLS_DIRECTORY32
fn clone(&self) -> IMAGE_TLS_DIRECTORY32
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_DIRECTORY32
impl Default for IMAGE_TLS_DIRECTORY32
source§fn default() -> IMAGE_TLS_DIRECTORY32
fn default() -> IMAGE_TLS_DIRECTORY32
Returns the “default value” for a type. Read more