Struct emojicode_sys::Emojicode_ObjectVariableRecord [] [src]

#[repr(C)]
pub struct Emojicode_ObjectVariableRecord { pub variableIndex: c_uint, pub condition: c_uint, pub type_: ObjectVariableType, }

Used to signify the compiler that from the @c from -th instruction to the to @c to -th instruction the variable at index @c variableIndex contains an object reference.

Fields

Trait Implementations

impl Debug for Emojicode_ObjectVariableRecord
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Emojicode_ObjectVariableRecord
[src]

impl Clone for Emojicode_ObjectVariableRecord
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations