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
GDNATIVE_COREGDNATIVE_EXT_NATIVESCRIPTGDNATIVE_EXT_PLUGINSCRIPTGDNATIVE_EXT_ANDROIDGDNATIVE_EXT_ARVR
Trait Implementations
impl Debug for GDNATIVE_API_TYPES[src]
impl Debug for GDNATIVE_API_TYPESfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for GDNATIVE_API_TYPES[src]
impl Copy for GDNATIVE_API_TYPESimpl Clone for GDNATIVE_API_TYPES[src]
impl Clone for GDNATIVE_API_TYPESfn clone(&self) -> GDNATIVE_API_TYPES[src]
fn clone(&self) -> GDNATIVE_API_TYPESReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
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]
impl PartialEq for GDNATIVE_API_TYPESfn eq(&self, other: &GDNATIVE_API_TYPES) -> bool[src]
fn eq(&self, other: &GDNATIVE_API_TYPES) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for GDNATIVE_API_TYPES[src]
impl Eq for GDNATIVE_API_TYPESimpl Hash for GDNATIVE_API_TYPES[src]
impl Hash for GDNATIVE_API_TYPESAuto Trait Implementations
impl Send for GDNATIVE_API_TYPES
impl Send for GDNATIVE_API_TYPESimpl Sync for GDNATIVE_API_TYPES
impl Sync for GDNATIVE_API_TYPES