Struct ntapi::ntldr::LDR_ENUM_RESOURCE_ENTRY  
source · [−]#[repr(C)]pub struct LDR_ENUM_RESOURCE_ENTRY {
    pub Path: [LDR_ENUM_RESOURCE_ENTRY_Path; 3],
    pub Data: PVOID,
    pub Size: ULONG,
    pub Reserved: ULONG,
}Fields
Path: [LDR_ENUM_RESOURCE_ENTRY_Path; 3]Data: PVOIDSize: ULONGReserved: ULONGTrait Implementations
sourceimpl Clone for LDR_ENUM_RESOURCE_ENTRY
 
impl Clone for LDR_ENUM_RESOURCE_ENTRY
sourcefn clone(&self) -> LDR_ENUM_RESOURCE_ENTRY
 
fn clone(&self) -> LDR_ENUM_RESOURCE_ENTRY
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_ENUM_RESOURCE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for LDR_ENUM_RESOURCE_ENTRY
impl !Send for LDR_ENUM_RESOURCE_ENTRY
impl !Sync for LDR_ENUM_RESOURCE_ENTRY
impl Unpin for LDR_ENUM_RESOURCE_ENTRY
impl UnwindSafe for LDR_ENUM_RESOURCE_ENTRY
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