Struct rust_jvm::model::class_file::attribute::InnerClass [] [src]

pub struct InnerClass {
    pub inner_class_info_index: constant_pool_index,
    pub outer_class_info_index: constant_pool_index,
    pub inner_name_index: constant_pool_index,
    pub inner_class_access_flags: t,
}

Fields

inner_class_info_index
outer_class_info_index
inner_name_index
inner_class_access_flags

Trait Implementations

Derived Implementations

impl Debug for InnerClass

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