Struct ntapi::ntldr::LDR_DEPENDENCY_RECORD  
source · [−]#[repr(C)]pub struct LDR_DEPENDENCY_RECORD {
    pub DependencyLink: SINGLE_LIST_ENTRY,
    pub DependencyNode: PLDR_DDAG_NODE,
    pub IncomingDependencyLink: SINGLE_LIST_ENTRY,
    pub IncomingDependencyNode: PLDR_DDAG_NODE,
}Fields
DependencyLink: SINGLE_LIST_ENTRYDependencyNode: PLDR_DDAG_NODEIncomingDependencyLink: SINGLE_LIST_ENTRYIncomingDependencyNode: PLDR_DDAG_NODETrait Implementations
sourceimpl Clone for LDR_DEPENDENCY_RECORD
 
impl Clone for LDR_DEPENDENCY_RECORD
sourcefn clone(&self) -> LDR_DEPENDENCY_RECORD
 
fn clone(&self) -> LDR_DEPENDENCY_RECORD
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_DEPENDENCY_RECORD
Auto Trait Implementations
impl RefUnwindSafe for LDR_DEPENDENCY_RECORD
impl !Send for LDR_DEPENDENCY_RECORD
impl !Sync for LDR_DEPENDENCY_RECORD
impl Unpin for LDR_DEPENDENCY_RECORD
impl UnwindSafe for LDR_DEPENDENCY_RECORD
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