Struct librsnek::system::primitives::Frame [] [src]

pub struct Frame {
    pub f_back: RtObject,
    pub f_code: RtObject,
    pub f_builtins: RtObject,
    pub f_lasti: Integer,
    pub blocks: VecDeque<Block>,
}

Fields

Trait Implementations

impl Clone for Frame
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Debug for Frame
[src]

Formats the value using the given formatter.

impl Hash for Frame
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl Eq for Frame
[src]

impl PartialEq for Frame
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.