#[repr(C)]
pub struct DYNAMIC_FUNCTION_TABLE { pub ListEntry: LIST_ENTRY, pub FunctionTable: PRUNTIME_FUNCTION, pub TimeStamp: LARGE_INTEGER, pub MinimumAddress: ULONG64, pub MaximumAddress: ULONG64, pub BaseAddress: ULONG64, pub Callback: PGET_RUNTIME_FUNCTION_CALLBACK, pub Context: PVOID, pub OutOfProcessCallbackDll: PWSTR, pub Type: FUNCTION_TABLE_TYPE, pub EntryCount: ULONG, pub TreeNode: RTL_BALANCED_NODE, }

Fields

ListEntry: LIST_ENTRYFunctionTable: PRUNTIME_FUNCTIONTimeStamp: LARGE_INTEGERMinimumAddress: ULONG64MaximumAddress: ULONG64BaseAddress: ULONG64Callback: PGET_RUNTIME_FUNCTION_CALLBACKContext: PVOIDOutOfProcessCallbackDll: PWSTRType: FUNCTION_TABLE_TYPEEntryCount: ULONGTreeNode: RTL_BALANCED_NODE

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Performs the conversion.

Performs the conversion.

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.