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

pub struct MethodParameter {
    pub name_index: constant_pool_index,
    pub access_flags: t,
}

Fields

name_index
access_flags

Trait Implementations

Derived Implementations

impl Debug for MethodParameter

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