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