Struct classfile_parser::method_info::MethodInfo[][src]

pub struct MethodInfo {
    pub access_flags: MethodAccessFlags,
    pub name_index: u16,
    pub descriptor_index: u16,
    pub attributes_count: u16,
    pub attributes: Vec<AttributeInfo>,
}

Fields

Trait Implementations

impl Clone for MethodInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MethodInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MethodInfo

impl Sync for MethodInfo