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. Read more

Auto Trait Implementations

impl Send for Annotation

impl Sync for Annotation