[][src]Struct pelite::image::IMAGE_GUARDCF32

#[repr(C)]
pub struct IMAGE_GUARDCF32 {
    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

impl Pod for IMAGE_GUARDCF32 where
    Self: 'static,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    IMAGE_LOAD_CONFIG_CODE_INTEGRITY: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u16: Pod,
    u16: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod,
    u32: Pod
[src]

impl Clone for IMAGE_GUARDCF32[src]

impl Copy for IMAGE_GUARDCF32[src]

impl Debug for IMAGE_GUARDCF32[src]

impl Serialize for IMAGE_GUARDCF32[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]