Struct classfile_parser::attribute_info::BootstrapMethodsAttribute [−][src]
pub struct BootstrapMethodsAttribute {
pub num_bootstrap_methods: u16,
pub bootstrap_methods: Vec<BootstrapMethod>,
}Fields
num_bootstrap_methods: u16bootstrap_methods: Vec<BootstrapMethod>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BootstrapMethodsAttributeimpl Send for BootstrapMethodsAttributeimpl Sync for BootstrapMethodsAttributeimpl Unpin for BootstrapMethodsAttributeimpl UnwindSafe for BootstrapMethodsAttributeBlanket Implementations
Mutably borrows from an owned value. Read more