Union ntapi::ntldr::LDR_DATA_TABLE_ENTRY_u1  
source · [−]#[repr(C)]
pub union LDR_DATA_TABLE_ENTRY_u1 {
    pub InInitializationOrderLinks: LIST_ENTRY,
    pub InProgressLinks: LIST_ENTRY,
}Fields
InInitializationOrderLinks: LIST_ENTRYInProgressLinks: LIST_ENTRYTrait Implementations
sourceimpl Clone for LDR_DATA_TABLE_ENTRY_u1
 
impl Clone for LDR_DATA_TABLE_ENTRY_u1
sourcefn clone(&self) -> LDR_DATA_TABLE_ENTRY_u1
 
fn clone(&self) -> LDR_DATA_TABLE_ENTRY_u1
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_DATA_TABLE_ENTRY_u1
Auto Trait Implementations
impl RefUnwindSafe for LDR_DATA_TABLE_ENTRY_u1
impl !Send for LDR_DATA_TABLE_ENTRY_u1
impl !Sync for LDR_DATA_TABLE_ENTRY_u1
impl Unpin for LDR_DATA_TABLE_ENTRY_u1
impl UnwindSafe for LDR_DATA_TABLE_ENTRY_u1
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