Struct emojicode_sys::Emojicode_Block
[−]
[src]
#[repr(C)]pub struct Emojicode_Block { pub instructions: *mut EmojicodeInstruction, pub instructionCount: c_uint, }
Fields
instructions: *mut EmojicodeInstruction
A pointer to the first instruction
instructionCount: c_uint
The number of instructions in this block
Trait Implementations
impl Debug for Emojicode_Block[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for Emojicode_Block[src]
impl Clone for Emojicode_Block[src]
fn clone(&self) -> Emojicode_Block[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