Union emojicode_sys::Emojicode_Object__bindgen_ty_1 [] [src]

#[repr(C)]
pub union Emojicode_Object__bindgen_ty_1 { pub klass: *mut Emojicode_Class, pub newLocation: *mut Emojicode_Object, // some fields omitted }

Fields

klass: *mut Emojicode_Class

The class of the object

newLocation: *mut Emojicode_Object

Used by the Garbage Collector, do not change!

Trait Implementations

impl Copy for Emojicode_Object__bindgen_ty_1
[src]

impl Clone for Emojicode_Object__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations