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: u16
num_bootstrap_arguments: u16
bootstrap_arguments: Vec<u16>
Trait Implementations
impl Clone for BootstrapMethod[src]
impl Clone for BootstrapMethodfn clone(&self) -> BootstrapMethod[src]
fn clone(&self) -> BootstrapMethodReturns 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 BootstrapMethod[src]
impl Debug for BootstrapMethodAuto Trait Implementations
impl Send for BootstrapMethod
impl Send for BootstrapMethodimpl Sync for BootstrapMethod
impl Sync for BootstrapMethod