Struct classfile_parser::constant_info::InvokeDynamicConstant [−][src]
pub struct InvokeDynamicConstant {
pub bootstrap_method_attr_index: u16,
pub name_and_type_index: u16,
}Fields
bootstrap_method_attr_index: u16
name_and_type_index: u16
Trait Implementations
impl Clone for InvokeDynamicConstant[src]
impl Clone for InvokeDynamicConstantfn clone(&self) -> InvokeDynamicConstant[src]
fn clone(&self) -> InvokeDynamicConstantReturns 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 InvokeDynamicConstant[src]
impl Debug for InvokeDynamicConstantAuto Trait Implementations
impl Send for InvokeDynamicConstant
impl Send for InvokeDynamicConstantimpl Sync for InvokeDynamicConstant
impl Sync for InvokeDynamicConstant