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