pub type IMAGE_TLS_DIRECTORY32 = _IMAGE_TLS_DIRECTORY32;
Aliased Type§
struct IMAGE_TLS_DIRECTORY32 {
pub StartAddressOfRawData: u32,
pub EndAddressOfRawData: u32,
pub AddressOfIndex: u32,
pub AddressOfCallBacks: u32,
pub SizeOfZeroFill: u32,
pub __bindgen_anon_1: _IMAGE_TLS_DIRECTORY32__bindgen_ty_1,
}
Fields§
§StartAddressOfRawData: u32
§EndAddressOfRawData: u32
§AddressOfIndex: u32
§AddressOfCallBacks: u32
§SizeOfZeroFill: u32
§__bindgen_anon_1: _IMAGE_TLS_DIRECTORY32__bindgen_ty_1
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 more