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: u16name_and_type_index: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InvokeDynamicConstantimpl Send for InvokeDynamicConstantimpl Sync for InvokeDynamicConstantimpl Unpin for InvokeDynamicConstantimpl UnwindSafe for InvokeDynamicConstantBlanket Implementations
Mutably borrows from an owned value. Read more