Struct jvm::classfile::attr::Attr
[−]
[src]
pub struct Attr {
pub info: AttrInfo,
// some fields omitted
}Fields
info |
pub struct Attr {
pub info: AttrInfo,
// some fields omitted
}info |
impl Attrfn print<W>(&self, printer: &mut Printer<W>, constant_pool: &ConstantPool) -> Result<(), Error> where W: Writeimpl Attrimpl Attrfn name(&self, pool: &'a ConstantPool) -> Option<&'a str>impl Debug for Attr