Struct jvm::classfile::attr::info::misc::annotations::NamedElementValue [] [src]

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

Fields

value

Methods

impl NamedElementValue

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

impl NamedElementValue

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

impl NamedElementValue

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

Trait Implementations

Derived Implementations

impl Debug for NamedElementValue

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