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
bootstrap_method_ref: u16num_bootstrap_arguments: u16bootstrap_arguments: Vec<u16>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BootstrapMethodimpl Send for BootstrapMethodimpl Sync for BootstrapMethodimpl Unpin for BootstrapMethodimpl UnwindSafe for BootstrapMethodBlanket Implementations
Mutably borrows from an owned value. Read more