Struct jvm::classfile::attr::info::misc::SyntheticAttrInfo [] [src]

pub struct SyntheticAttrInfo;

Methods

impl SyntheticAttrInfo

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

impl SyntheticAttrInfo

fn read<R>(_reader: &mut R, _constant_pool: &ConstantPool) -> Result<SyntheticAttrInfo, Error> where R: Read

Trait Implementations

Derived Implementations

impl Debug for SyntheticAttrInfo

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