Struct winapi::um::winnt::IMAGE_SYMBOL_N_Name
source · #[repr(C)]pub struct IMAGE_SYMBOL_N_Name {
pub Short: DWORD,
pub Long: DWORD,
}Fields§
§Short: DWORD§Long: DWORDTrait Implementations§
source§impl Clone for IMAGE_SYMBOL_N_Name
impl Clone for IMAGE_SYMBOL_N_Name
source§fn clone(&self) -> IMAGE_SYMBOL_N_Name
fn clone(&self) -> IMAGE_SYMBOL_N_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 more