Struct jvm_classfile::attr::info::misc::annotations::NamedElementValue [] [src]

pub struct NamedElementValue {
    pub value: ElementValue,
    // some fields omitted
}

Fields

value

Methods

impl NamedElementValue

fn name<'a>(&self, constant_pool: &'a ConstantPool) -> Option<&'a str>

impl NamedElementValue

fn read<R: Read>(reader: &mut R) -> Result<NamedElementValue>

impl NamedElementValue

fn print<W: Write>(&self, printer: &mut Printer<W>, constant_pool: &ConstantPool) -> Result<()>

Trait Implementations

Derived Implementations

impl Debug for NamedElementValue

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