Struct classreader::Annotation [] [src]

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

Fields

Trait Implementations

impl Debug for Annotation
[src]

Formats the value using the given formatter.