pub struct InsnNode {
pub opcode: u8,
}Fields§
§opcode: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for InsnNode
impl RefUnwindSafe for InsnNode
impl Send for InsnNode
impl Sync for InsnNode
impl Unpin for InsnNode
impl UnsafeUnpin for InsnNode
impl UnwindSafe for InsnNode
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