Struct jvm::classfile::attr::Attr [] [src]

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

Fields

info

Methods

impl Attr

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

impl Attr

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

impl Attr

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

Trait Implementations

Derived Implementations

impl Debug for Attr

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