pub struct InvokeInterfaceInsnNode {
pub insn: InsnNode,
pub method_index: u16,
pub count: u8,
}Fields§
§insn: InsnNode§method_index: u16§count: u8Trait Implementations§
Source§impl Clone for InvokeInterfaceInsnNode
impl Clone for InvokeInterfaceInsnNode
Source§fn clone(&self) -> InvokeInterfaceInsnNode
fn clone(&self) -> InvokeInterfaceInsnNode
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 InvokeInterfaceInsnNode
impl Debug for InvokeInterfaceInsnNode
Source§impl From<InvokeInterfaceInsnNode> for Insn
impl From<InvokeInterfaceInsnNode> for Insn
Source§fn from(value: InvokeInterfaceInsnNode) -> Self
fn from(value: InvokeInterfaceInsnNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvokeInterfaceInsnNode
impl RefUnwindSafe for InvokeInterfaceInsnNode
impl Send for InvokeInterfaceInsnNode
impl Sync for InvokeInterfaceInsnNode
impl Unpin for InvokeInterfaceInsnNode
impl UnsafeUnpin for InvokeInterfaceInsnNode
impl UnwindSafe for InvokeInterfaceInsnNode
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