pub struct InvokeDynamic {
pub bootstrap_method_attr_index: u16,
pub name_and_type_index: u16,
}Expand description
Java SE 7 § 4.4.10: A CONSTANT_InvokeDynamic_info, minus the tag.
Fields§
§bootstrap_method_attr_index: u16§name_and_type_index: u16Implementations§
Trait Implementations§
Source§impl Clone for InvokeDynamic
impl Clone for InvokeDynamic
Source§fn clone(&self) -> InvokeDynamic
fn clone(&self) -> InvokeDynamic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvokeDynamic
impl Debug for InvokeDynamic
Source§impl From<InvokeDynamic> for Constant
impl From<InvokeDynamic> for Constant
Source§fn from(value: InvokeDynamic) -> Self
fn from(value: InvokeDynamic) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvokeDynamic
impl RefUnwindSafe for InvokeDynamic
impl Send for InvokeDynamic
impl Sync for InvokeDynamic
impl Unpin for InvokeDynamic
impl UnwindSafe for InvokeDynamic
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more