Struct DELAYLOAD_PROC_DESCRIPTOR
#[repr(C)]pub struct DELAYLOAD_PROC_DESCRIPTOR {
pub ImportDescribedByName: u32,
pub Description: DELAYLOAD_PROC_DESCRIPTOR_0,
}
Fields§
§ImportDescribedByName: u32
§Description: DELAYLOAD_PROC_DESCRIPTOR_0
Trait Implementations§
§impl Clone for DELAYLOAD_PROC_DESCRIPTOR
impl Clone for DELAYLOAD_PROC_DESCRIPTOR
§fn clone(&self) -> DELAYLOAD_PROC_DESCRIPTOR
fn clone(&self) -> DELAYLOAD_PROC_DESCRIPTOR
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DELAYLOAD_PROC_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DELAYLOAD_PROC_DESCRIPTOR
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more