[][src]Struct pelite::image::IMAGE_GUARDCF64

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

Fields

GuardCFCheckFunctionPointer: u64GuardCFDispatchFunctionPointer: u64GuardCFFunctionTable: u64GuardCFFunctionCount: u64GuardFlags: u32CodeIntegrity: IMAGE_LOAD_CONFIG_CODE_INTEGRITYGuardAddressTakenIatEntryTable: u64GuardAddressTakenIatEntryCount: u64GuardLongJumpTargetTable: u64GuardLongJumpTargetCount: u64DynamicValueRelocTable: u64HybridMetadataPointer: u64GuardRFFailureRoutine: u64GuardRFFailureRoutineFunctionPointer: u64DynamicValueRelocTableOffset: u32DynamicValueRelocTableSection: u16Reserved2: u16GuardRFVerifyStackPointerFunctionPointer: u64HotPatchTableOffset: u32Reserved3: u32EnclaveConfigurationPointer: u64

Trait Implementations

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

impl Clone for IMAGE_GUARDCF64[src]

impl Copy for IMAGE_GUARDCF64[src]

impl Debug for IMAGE_GUARDCF64[src]

impl Serialize for IMAGE_GUARDCF64[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]