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 name<'a>(&self, pool: &'a ConstantPool) -> Option<&'a str>impl Attrfn read<R: Read>(reader: &mut R, pool: &ConstantPool) -> Result<Attr>impl Attrfn print<W: Write>(&self, printer: &mut Printer<W>, constant_pool: &ConstantPool) -> Result<()>impl Debug for Attr