Struct ntapi::ntrtl::DYNAMIC_FUNCTION_TABLE
source · [−]#[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_ENTRY
FunctionTable: PRUNTIME_FUNCTION
TimeStamp: LARGE_INTEGER
MinimumAddress: ULONG64
MaximumAddress: ULONG64
BaseAddress: ULONG64
Callback: PGET_RUNTIME_FUNCTION_CALLBACK
Context: PVOID
OutOfProcessCallbackDll: PWSTR
Type: FUNCTION_TABLE_TYPE
EntryCount: ULONG
TreeNode: RTL_BALANCED_NODE
Trait Implementations
sourceimpl Clone for DYNAMIC_FUNCTION_TABLE
impl Clone for DYNAMIC_FUNCTION_TABLE
sourcefn clone(&self) -> DYNAMIC_FUNCTION_TABLE
fn clone(&self) -> DYNAMIC_FUNCTION_TABLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for DYNAMIC_FUNCTION_TABLE
Auto Trait Implementations
impl RefUnwindSafe for DYNAMIC_FUNCTION_TABLE
impl !Send for DYNAMIC_FUNCTION_TABLE
impl !Sync for DYNAMIC_FUNCTION_TABLE
impl Unpin for DYNAMIC_FUNCTION_TABLE
impl UnwindSafe for DYNAMIC_FUNCTION_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more