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