Struct winapi::um::winnt::IMAGE_IMPORT_BY_NAME
source · #[repr(C)]pub struct IMAGE_IMPORT_BY_NAME {
pub Hint: WORD,
pub Name: [CHAR; 1],
}
Fields§
§Hint: WORD
§Name: [CHAR; 1]
Trait Implementations§
source§impl Clone for IMAGE_IMPORT_BY_NAME
impl Clone for IMAGE_IMPORT_BY_NAME
source§fn clone(&self) -> IMAGE_IMPORT_BY_NAME
fn clone(&self) -> IMAGE_IMPORT_BY_NAME
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_BY_NAME
impl Default for IMAGE_IMPORT_BY_NAME
source§fn default() -> IMAGE_IMPORT_BY_NAME
fn default() -> IMAGE_IMPORT_BY_NAME
Returns the “default value” for a type. Read more