Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_EX_s
source · #[repr(C)]pub struct IMAGE_AUX_SYMBOL_EX_s {
pub TokenDef: IMAGE_AUX_SYMBOL_TOKEN_DEF,
pub rgbReserved: [BYTE; 2],
}Fields§
§TokenDef: IMAGE_AUX_SYMBOL_TOKEN_DEF§rgbReserved: [BYTE; 2]Trait Implementations§
source§impl Clone for IMAGE_AUX_SYMBOL_EX_s
impl Clone for IMAGE_AUX_SYMBOL_EX_s
source§fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_s
fn clone(&self) -> IMAGE_AUX_SYMBOL_EX_s
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