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
variableIndex: c_uint
                           
                           
                           
                           condition: c_uint
                           
                           
                           
                           type_: ObjectVariableType
                           
            Trait Implementations
impl Debug for Emojicode_ObjectVariableRecord[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for Emojicode_ObjectVariableRecord[src]
impl Clone for Emojicode_ObjectVariableRecord[src]
fn clone(&self) -> Emojicode_ObjectVariableRecord[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more