Enum gdnative_sys::GDNATIVE_API_TYPES[][src]

#[repr(u32)]
pub enum GDNATIVE_API_TYPES { GDNATIVE_CORE, GDNATIVE_EXT_NATIVESCRIPT, GDNATIVE_EXT_PLUGINSCRIPT, GDNATIVE_EXT_ANDROID, GDNATIVE_EXT_ARVR, }

Variants

Trait Implementations

impl Debug for GDNATIVE_API_TYPES
[src]

Formats the value using the given formatter. Read more

impl Copy for GDNATIVE_API_TYPES
[src]

impl Clone for GDNATIVE_API_TYPES
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GDNATIVE_API_TYPES
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GDNATIVE_API_TYPES
[src]

impl Hash for GDNATIVE_API_TYPES
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations