Struct jvm_classfile::attr::Attr [] [src]

pub struct Attr {
    pub info: AttrInfo,
    // some fields omitted
}

Fields

info

Methods

impl Attr

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

impl Attr

fn read<R: Read>(reader: &mut R, pool: &ConstantPool) -> Result<Attr>

impl Attr

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

Trait Implementations

Derived Implementations

impl Debug for Attr

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