#[repr(C)]pub struct block_eval {
pub retop: *mut OP,
pub old_cxsubix: I32,
pub old_namesv: *mut SV,
pub old_eval_root: *mut OP,
pub cur_text: *mut SV,
pub cv: *mut CV,
pub cur_top_env: *mut JMPENV,
}
Fields§
§retop: *mut OP
§old_cxsubix: I32
§old_namesv: *mut SV
§old_eval_root: *mut OP
§cur_text: *mut SV
§cv: *mut CV
§cur_top_env: *mut JMPENV
Trait Implementations§
Source§impl Clone for block_eval
impl Clone for block_eval
Source§fn clone(&self) -> block_eval
fn clone(&self) -> block_eval
Returns a copy 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 block_eval
impl Debug for block_eval
impl Copy for block_eval
Auto Trait Implementations§
impl Freeze for block_eval
impl RefUnwindSafe for block_eval
impl !Send for block_eval
impl !Sync for block_eval
impl Unpin for block_eval
impl UnwindSafe for block_eval
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