Struct ntapi::ntldr::LDR_DLL_LOADED_NOTIFICATION_DATA
source · [−]#[repr(C)]pub struct LDR_DLL_LOADED_NOTIFICATION_DATA {
pub Flags: ULONG,
pub FullDllName: PUNICODE_STRING,
pub BaseDllName: PUNICODE_STRING,
pub DllBase: PVOID,
pub SizeOfImage: ULONG,
}
Fields
Flags: ULONG
FullDllName: PUNICODE_STRING
BaseDllName: PUNICODE_STRING
DllBase: PVOID
SizeOfImage: ULONG
Trait Implementations
sourceimpl Clone for LDR_DLL_LOADED_NOTIFICATION_DATA
impl Clone for LDR_DLL_LOADED_NOTIFICATION_DATA
sourcefn clone(&self) -> LDR_DLL_LOADED_NOTIFICATION_DATA
fn clone(&self) -> LDR_DLL_LOADED_NOTIFICATION_DATA
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 LDR_DLL_LOADED_NOTIFICATION_DATA
Auto Trait Implementations
impl RefUnwindSafe for LDR_DLL_LOADED_NOTIFICATION_DATA
impl !Send for LDR_DLL_LOADED_NOTIFICATION_DATA
impl !Sync for LDR_DLL_LOADED_NOTIFICATION_DATA
impl Unpin for LDR_DLL_LOADED_NOTIFICATION_DATA
impl UnwindSafe for LDR_DLL_LOADED_NOTIFICATION_DATA
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