Struct ntapi::ntmmapi::CFG_CALL_TARGET_LIST_INFORMATION
source · [−]#[repr(C)]pub struct CFG_CALL_TARGET_LIST_INFORMATION {
pub NumberOfEntries: ULONG,
pub Reserved: ULONG,
pub NumberOfEntriesProcessed: PULONG,
pub CallTargetInfo: PCFG_CALL_TARGET_INFO,
pub Section: PVOID,
pub FileOffset: ULONGLONG,
}
Fields
NumberOfEntries: ULONG
Reserved: ULONG
NumberOfEntriesProcessed: PULONG
CallTargetInfo: PCFG_CALL_TARGET_INFO
Section: PVOID
FileOffset: ULONGLONG
Trait Implementations
sourceimpl Clone for CFG_CALL_TARGET_LIST_INFORMATION
impl Clone for CFG_CALL_TARGET_LIST_INFORMATION
sourcefn clone(&self) -> CFG_CALL_TARGET_LIST_INFORMATION
fn clone(&self) -> CFG_CALL_TARGET_LIST_INFORMATION
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 CFG_CALL_TARGET_LIST_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for CFG_CALL_TARGET_LIST_INFORMATION
impl !Send for CFG_CALL_TARGET_LIST_INFORMATION
impl !Sync for CFG_CALL_TARGET_LIST_INFORMATION
impl Unpin for CFG_CALL_TARGET_LIST_INFORMATION
impl UnwindSafe for CFG_CALL_TARGET_LIST_INFORMATION
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