Struct classfile_parser::constant_info::MethodHandleConstant[][src]

pub struct MethodHandleConstant {
    pub reference_kind: u8,
    pub reference_index: u16,
}

Fields

Trait Implementations

impl Clone for MethodHandleConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MethodHandleConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations