Struct emojicode_sys::Emojicode_Block [] [src]

#[repr(C)]
pub struct Emojicode_Block { pub instructions: *mut EmojicodeInstruction, pub instructionCount: c_uint, }

Fields

A pointer to the first instruction

The number of instructions in this block

Trait Implementations

impl Debug for Emojicode_Block
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Emojicode_Block
[src]

impl Clone for Emojicode_Block
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations