Enum gdnative_sys::GDNATIVE_API_TYPES [] [src]

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

Variants

Trait Implementations

impl Debug for GDNATIVE_API_TYPES
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GDNATIVE_API_TYPES
[src]

impl Clone for GDNATIVE_API_TYPES
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GDNATIVE_API_TYPES
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for GDNATIVE_API_TYPES
[src]

impl Hash for GDNATIVE_API_TYPES
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations