pub type IMAGE_TLS_DIRECTORY = IMAGE_TLS_DIRECTORY64;
Aliased Type§
struct IMAGE_TLS_DIRECTORY {
pub StartAddressOfRawData: u64,
pub EndAddressOfRawData: u64,
pub AddressOfIndex: u64,
pub AddressOfCallBacks: u64,
pub SizeOfZeroFill: u32,
pub Characteristics: u32,
}
Fields§
§StartAddressOfRawData: u64
§EndAddressOfRawData: u64
§AddressOfIndex: u64
§AddressOfCallBacks: u64
§SizeOfZeroFill: u32
§Characteristics: u32
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 more