#[repr(C)]pub struct DELAYLOAD_PROC_DESCRIPTOR {
pub ImportDescribedByName: u32,
pub Description: DELAYLOAD_PROC_DESCRIPTOR_0,
}
Expand description
Required features: "Win32_System_WindowsProgramming"
Fields
ImportDescribedByName: u32
Description: DELAYLOAD_PROC_DESCRIPTOR_0
Trait Implementations
impl Clone for DELAYLOAD_PROC_DESCRIPTOR
impl Clone for DELAYLOAD_PROC_DESCRIPTOR
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