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