Struct rust_jvm::model::class_file::attribute::annotation::Annotation [] [src]

pub struct Annotation {
    pub type_index: constant_pool_index,
    pub element_value_pairs: Vec<ElementValuePair>,
}

Fields

type_index

An index into the constant_pool table for a ConstantPoolInfo::Utf8 structure.

element_value_pairs

Trait Implementations

Derived Implementations

impl Debug for Annotation

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