Struct classfile_parser::attribute_info::BootstrapMethod[][src]

pub struct BootstrapMethod {
    pub bootstrap_method_ref: u16,
    pub num_bootstrap_arguments: u16,
    pub bootstrap_arguments: Vec<u16>,
}

Fields

Trait Implementations

impl Clone for BootstrapMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BootstrapMethod
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations