Struct ntapi::ntldr::DELAYLOAD_PROC_DESCRIPTOR
source · [−]#[repr(C)]pub struct DELAYLOAD_PROC_DESCRIPTOR {
pub ImportDescribedByName: ULONG,
pub Description: DELAYLOAD_PROC_DESCRIPTOR_Description,
}
Fields
ImportDescribedByName: ULONG
Description: DELAYLOAD_PROC_DESCRIPTOR_Description
Trait Implementations
sourceimpl Clone for DELAYLOAD_PROC_DESCRIPTOR
impl Clone for DELAYLOAD_PROC_DESCRIPTOR
sourcefn clone(&self) -> DELAYLOAD_PROC_DESCRIPTOR
fn clone(&self) -> DELAYLOAD_PROC_DESCRIPTOR
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 DELAYLOAD_PROC_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for DELAYLOAD_PROC_DESCRIPTOR
impl !Send for DELAYLOAD_PROC_DESCRIPTOR
impl !Sync for DELAYLOAD_PROC_DESCRIPTOR
impl Unpin for DELAYLOAD_PROC_DESCRIPTOR
impl UnwindSafe for DELAYLOAD_PROC_DESCRIPTOR
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