Struct emojicode_sys::Emojicode_Object [] [src]

#[repr(C)]
pub struct Emojicode_Object { pub __bindgen_anon_1: Emojicode_Object__bindgen_ty_1, pub size: usize, }

Fields

The size of this object: the size of the Object struct and the value area.

Methods

impl Emojicode_Object
[src]

[src]

Trait Implementations

impl Copy for Emojicode_Object
[src]

impl Clone for Emojicode_Object
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations