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