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
access_flags: MethodAccessFlagsname_index: u16descriptor_index: u16attributes_count: u16attributes: Vec<AttributeInfo>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MethodInfoimpl Send for MethodInfoimpl Sync for MethodInfoimpl Unpin for MethodInfoimpl UnwindSafe for MethodInfoBlanket Implementations
Mutably borrows from an owned value. Read more