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: MethodAccessFlags
name_index: u16
descriptor_index: u16
attributes_count: u16
attributes: Vec<AttributeInfo>
Trait Implementations
impl Clone for MethodInfo[src]
impl Clone for MethodInfofn clone(&self) -> MethodInfo[src]
fn clone(&self) -> MethodInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for MethodInfo[src]
impl Debug for MethodInfoAuto Trait Implementations
impl Send for MethodInfo
impl Send for MethodInfoimpl Sync for MethodInfo
impl Sync for MethodInfo