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