#[repr(C)]pub struct Emojicode_StackFrame {
pub returnPointer: *mut Emojicode_StackFrame,
pub returnFutureStack: *mut Emojicode_StackFrame,
pub destination: *mut Emojicode_Value,
pub executionPointer: *mut EmojicodeInstruction,
pub function: *mut Emojicode_Function,
pub argPushIndex: c_uint,
pub thisContext: Emojicode_Value,
}
Fields§
§returnPointer: *mut Emojicode_StackFrame
§returnFutureStack: *mut Emojicode_StackFrame
§destination: *mut Emojicode_Value
§executionPointer: *mut EmojicodeInstruction
§function: *mut Emojicode_Function
§argPushIndex: c_uint
§thisContext: Emojicode_Value
Trait Implementations§
Source§impl Clone for Emojicode_StackFrame
impl Clone for Emojicode_StackFrame
Source§fn clone(&self) -> Emojicode_StackFrame
fn clone(&self) -> Emojicode_StackFrame
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 moreimpl Copy for Emojicode_StackFrame
Auto Trait Implementations§
impl Freeze for Emojicode_StackFrame
impl RefUnwindSafe for Emojicode_StackFrame
impl !Send for Emojicode_StackFrame
impl !Sync for Emojicode_StackFrame
impl Unpin for Emojicode_StackFrame
impl UnwindSafe for Emojicode_StackFrame
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