Struct ntapi::ntwow64::LDR_DDAG_NODE32
source · [−]#[repr(C)]pub struct LDR_DDAG_NODE32 {
pub Modules: LIST_ENTRY32,
pub ServiceTagList: ULONG,
pub LoadCount: ULONG,
pub LoadWhileUnloadingCount: ULONG,
pub LowestLink: ULONG,
pub u: LDR_DDAG_NODE32_u,
pub IncomingDependencies: LDRP_CSLIST32,
pub State: LDR_DDAG_STATE,
pub CondenseLink: SINGLE_LIST_ENTRY32,
pub PreorderNumber: ULONG,
}Fields
Modules: LIST_ENTRY32ServiceTagList: ULONGLoadCount: ULONGLoadWhileUnloadingCount: ULONGLowestLink: ULONGu: LDR_DDAG_NODE32_uIncomingDependencies: LDRP_CSLIST32State: LDR_DDAG_STATECondenseLink: SINGLE_LIST_ENTRY32PreorderNumber: ULONGTrait Implementations
sourceimpl Clone for LDR_DDAG_NODE32
impl Clone for LDR_DDAG_NODE32
sourcefn clone(&self) -> LDR_DDAG_NODE32
fn clone(&self) -> LDR_DDAG_NODE32
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_DDAG_NODE32
Auto Trait Implementations
impl RefUnwindSafe for LDR_DDAG_NODE32
impl Send for LDR_DDAG_NODE32
impl Sync for LDR_DDAG_NODE32
impl Unpin for LDR_DDAG_NODE32
impl UnwindSafe for LDR_DDAG_NODE32
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