Enum gdnative_sys::godot_vector3_axis
[−]
[src]
#[repr(u32)]pub enum godot_vector3_axis { GODOT_VECTOR3_AXIS_X, GODOT_VECTOR3_AXIS_Y, GODOT_VECTOR3_AXIS_Z, }
Variants
GODOT_VECTOR3_AXIS_XGODOT_VECTOR3_AXIS_YGODOT_VECTOR3_AXIS_Z
Trait Implementations
impl Debug for godot_vector3_axis[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for godot_vector3_axis[src]
impl Clone for godot_vector3_axis[src]
fn clone(&self) -> godot_vector3_axis[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 godot_vector3_axis[src]
fn eq(&self, __arg_0: &godot_vector3_axis) -> 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 !=.