#[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 JMPENVTrait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Ord for block_eval
impl Ord for block_eval
Source§fn cmp(&self, other: &block_eval) -> Ordering
fn cmp(&self, other: &block_eval) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for block_eval
impl PartialEq for block_eval
Source§fn eq(&self, other: &block_eval) -> bool
fn eq(&self, other: &block_eval) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for block_eval
impl PartialOrd for block_eval
impl Copy for block_eval
impl Eq for block_eval
impl StructuralPartialEq 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 UnsafeUnpin 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