Struct classfile_parser::attribute_info::BootstrapMethodsAttribute[][src]

pub struct BootstrapMethodsAttribute {
    pub num_bootstrap_methods: u16,
    pub bootstrap_methods: Vec<BootstrapMethod>,
}

Fields

Trait Implementations

impl Clone for BootstrapMethodsAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BootstrapMethodsAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations