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