Struct classreader::Annotation [] [src]

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

Fields

type_index: u16 element_value_pairs: Vec<ElementValuePair>

Trait Implementations

impl Debug for Annotation
[src]

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

Formats the value using the given formatter.