Struct classreader::TypeAnnotation
[−]
[src]
pub struct TypeAnnotation {
pub target_type: TargetType,
pub target_info: TargetInfo,
pub type_path: TypePath,
pub type_index: u16,
pub element_value_pairs: Vec<ElementValuePair>,
}Fields
target_type: TargetType
target_info: TargetInfo
type_path: TypePath
type_index: u16
element_value_pairs: Vec<ElementValuePair>