Struct windows_native::ntldr::LDR_DLL_NOTIFICATION_DATA
source ยท #[repr(C)]pub struct LDR_DLL_NOTIFICATION_DATA {
pub Loaded: UnionField<LDR_DLL_LOADED_NOTIFICATION_DATA>,
pub Unloaded: UnionField<LDR_DLL_UNLOADED_NOTIFICATION_DATA>,
pub union_field: [u64; 5],
}Fieldsยง
ยงLoaded: UnionField<LDR_DLL_LOADED_NOTIFICATION_DATA>ยงUnloaded: UnionField<LDR_DLL_UNLOADED_NOTIFICATION_DATA>ยงunion_field: [u64; 5]Trait Implementationsยง
sourceยงimpl Debug for LDR_DLL_NOTIFICATION_DATA
impl Debug for LDR_DLL_NOTIFICATION_DATA
Auto Trait Implementationsยง
impl RefUnwindSafe for LDR_DLL_NOTIFICATION_DATA
impl !Send for LDR_DLL_NOTIFICATION_DATA
impl !Sync for LDR_DLL_NOTIFICATION_DATA
impl Unpin for LDR_DLL_NOTIFICATION_DATA
impl UnwindSafe for LDR_DLL_NOTIFICATION_DATA
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