Struct windows_native::ntrtl::DYNAMIC_FUNCTION_TABLE
source ยท #[repr(C)]pub struct DYNAMIC_FUNCTION_TABLE {Show 13 fields
pub ListEntry: LIST_ENTRY,
pub FunctionTable: *mut IMAGE_RUNTIME_FUNCTION_ENTRY,
pub TimeStamp: i64,
pub MinimumAddress: u64,
pub MaximumAddress: u64,
pub BaseAddress: u64,
pub Callback: PGET_RUNTIME_FUNCTION_CALLBACK,
pub Context: *mut c_void,
pub OutOfProcessCallbackDll: PWSTR,
pub Type: FUNCTION_TABLE_TYPE,
pub EntryCount: u32,
pub TreeNodeMin: RTL_BALANCED_NODE,
pub TreeNodeMax: RTL_BALANCED_NODE,
}Fieldsยง
ยงListEntry: LIST_ENTRYยงFunctionTable: *mut IMAGE_RUNTIME_FUNCTION_ENTRYยงTimeStamp: i64ยงMinimumAddress: u64ยงMaximumAddress: u64ยงBaseAddress: u64ยงCallback: PGET_RUNTIME_FUNCTION_CALLBACKยงContext: *mut c_voidยงOutOfProcessCallbackDll: PWSTRยงType: FUNCTION_TABLE_TYPEยงEntryCount: u32ยงTreeNodeMin: RTL_BALANCED_NODEยงTreeNodeMax: RTL_BALANCED_NODETrait Implementationsยง
sourceยงimpl Debug for DYNAMIC_FUNCTION_TABLE
impl Debug 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ยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more