Struct winapi::um::winnt::IMAGE_LINENUMBER [−][src]
#[repr(C)]pub struct IMAGE_LINENUMBER {
pub Type: IMAGE_LINENUMBER_Type,
pub Linenumber: WORD,
}
Fields
Type: IMAGE_LINENUMBER_Type
Linenumber: WORD
Trait Implementations
Returns the “default value” for a type. Read more