Struct classreader::MethodParameter [] [src]

pub struct MethodParameter {
    pub name_index: u16,
    pub access_flags: u16,
}

Fields

Trait Implementations

impl Debug for MethodParameter
[src]

Formats the value using the given formatter.