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>

Trait Implementations

impl Debug for TypeAnnotation
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.