Struct winapi::um::winnt::IMAGE_IMPORT_DESCRIPTOR_u
source · #[repr(C)]pub struct IMAGE_IMPORT_DESCRIPTOR_u(_);
Implementations§
source§impl IMAGE_IMPORT_DESCRIPTOR_u
impl IMAGE_IMPORT_DESCRIPTOR_u
pub unsafe fn Characteristics(&self) -> &DWORD
pub unsafe fn Characteristics_mut(&mut self) -> &mut DWORD
pub unsafe fn OriginalFirstThunk(&self) -> &DWORD
pub unsafe fn OriginalFirstThunk_mut(&mut self) -> &mut DWORD
Trait Implementations§
source§impl Clone for IMAGE_IMPORT_DESCRIPTOR_u
impl Clone for IMAGE_IMPORT_DESCRIPTOR_u
source§fn clone(&self) -> IMAGE_IMPORT_DESCRIPTOR_u
fn clone(&self) -> IMAGE_IMPORT_DESCRIPTOR_u
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 moresource§impl Default for IMAGE_IMPORT_DESCRIPTOR_u
impl Default for IMAGE_IMPORT_DESCRIPTOR_u
source§fn default() -> IMAGE_IMPORT_DESCRIPTOR_u
fn default() -> IMAGE_IMPORT_DESCRIPTOR_u
Returns the “default value” for a type. Read more