Struct classfile_parser::attribute_info::BootstrapMethodsAttribute [−][src]
pub struct BootstrapMethodsAttribute {
pub num_bootstrap_methods: u16,
pub bootstrap_methods: Vec<BootstrapMethod>,
}Fields
num_bootstrap_methods: u16
bootstrap_methods: Vec<BootstrapMethod>
Trait Implementations
impl Clone for BootstrapMethodsAttribute[src]
impl Clone for BootstrapMethodsAttributefn clone(&self) -> BootstrapMethodsAttribute[src]
fn clone(&self) -> BootstrapMethodsAttributeReturns 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 BootstrapMethodsAttribute[src]
impl Debug for BootstrapMethodsAttributeAuto Trait Implementations
impl Send for BootstrapMethodsAttribute
impl Send for BootstrapMethodsAttributeimpl Sync for BootstrapMethodsAttribute
impl Sync for BootstrapMethodsAttribute