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
GDNATIVE_COREGDNATIVE_EXT_NATIVESCRIPTGDNATIVE_EXT_PLUGINSCRIPTGDNATIVE_EXT_ARVR
Trait Implementations
impl Debug for GDNATIVE_API_TYPES[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for GDNATIVE_API_TYPES[src]
impl Clone for GDNATIVE_API_TYPES[src]
fn clone(&self) -> GDNATIVE_API_TYPES[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for GDNATIVE_API_TYPES[src]
fn eq(&self, __arg_0: &GDNATIVE_API_TYPES) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.