#[repr(C)]
pub struct IMAGE_GUARDCF32 {
Show 21 fields pub GuardCFCheckFunctionPointer: u32, pub GuardCFDispatchFunctionPointer: u32, pub GuardCFFunctionTable: u32, pub GuardCFFunctionCount: u32, pub GuardFlags: u32, pub CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITY, pub GuardAddressTakenIatEntryTable: u32, pub GuardAddressTakenIatEntryCount: u32, pub GuardLongJumpTargetTable: u32, pub GuardLongJumpTargetCount: u32, pub DynamicValueRelocTable: u32, pub HybridMetadataPointer: u32, pub GuardRFFailureRoutine: u32, pub GuardRFFailureRoutineFunctionPointer: u32, pub DynamicValueRelocTableOffset: u32, pub DynamicValueRelocTableSection: u16, pub Reserved2: u16, pub GuardRFVerifyStackPointerFunctionPointer: u32, pub HotPatchTableOffset: u32, pub Reserved3: u32, pub EnclaveConfigurationPointer: u32,
}

Fields

GuardCFCheckFunctionPointer: u32GuardCFDispatchFunctionPointer: u32GuardCFFunctionTable: u32GuardCFFunctionCount: u32GuardFlags: u32CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: u32GuardAddressTakenIatEntryCount: u32GuardLongJumpTargetTable: u32GuardLongJumpTargetCount: u32DynamicValueRelocTable: u32HybridMetadataPointer: u32GuardRFFailureRoutine: u32GuardRFFailureRoutineFunctionPointer: u32DynamicValueRelocTableOffset: u32DynamicValueRelocTableSection: u16Reserved2: u16GuardRFVerifyStackPointerFunctionPointer: u32HotPatchTableOffset: u32Reserved3: u32EnclaveConfigurationPointer: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.