#[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: ULONG

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.