Struct win_sys::SystemServices::IMAGE_TLS_DIRECTORY32 [−][src]
#[repr(C)]pub struct IMAGE_TLS_DIRECTORY32 {
pub StartAddressOfRawData: u32,
pub EndAddressOfRawData: u32,
pub AddressOfIndex: u32,
pub AddressOfCallBacks: u32,
pub SizeOfZeroFill: u32,
pub Anonymous: IMAGE_TLS_DIRECTORY32_0,
}Expand description
Required features: Win32_System_SystemServices
Fields
StartAddressOfRawData: u32EndAddressOfRawData: u32AddressOfIndex: u32AddressOfCallBacks: u32SizeOfZeroFill: u32Anonymous: IMAGE_TLS_DIRECTORY32_0Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_TLS_DIRECTORY32
impl Send for IMAGE_TLS_DIRECTORY32
impl Sync for IMAGE_TLS_DIRECTORY32
impl Unpin for IMAGE_TLS_DIRECTORY32
impl UnwindSafe for IMAGE_TLS_DIRECTORY32
Blanket Implementations
Mutably borrows from an owned value. Read more