Struct jbcrs_basic::MethodParameter [] [src]

pub struct MethodParameter {
    pub name: u16,
    pub access_flags: AccessFlags,
}

Fields

Trait Implementations

impl Debug for MethodParameter
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations