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