Enum gdnative_visual_script::common::sys::godot_vector3_axis [−]
#[repr(u32)]pub enum godot_vector3_axis { GODOT_VECTOR3_AXIS_X, GODOT_VECTOR3_AXIS_Y, GODOT_VECTOR3_AXIS_Z, }
Variants
GODOT_VECTOR3_AXIS_X
GODOT_VECTOR3_AXIS_Y
GODOT_VECTOR3_AXIS_Z
Trait Implementations
impl Hash for godot_vector3_axis
impl Hash for godot_vector3_axis
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for godot_vector3_axis
impl Clone for godot_vector3_axis
fn clone(&self) -> godot_vector3_axis
fn clone(&self) -> godot_vector3_axis
Returns 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 Debug for godot_vector3_axis
impl Debug for godot_vector3_axis
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Copy for godot_vector3_axis
impl Copy for godot_vector3_axis
impl Eq for godot_vector3_axis
impl Eq for godot_vector3_axis
impl PartialEq<godot_vector3_axis> for godot_vector3_axis
impl PartialEq<godot_vector3_axis> for godot_vector3_axis
Auto Trait Implementations
impl Send for godot_vector3_axis
impl Send for godot_vector3_axis
impl Sync for godot_vector3_axis
impl Sync for godot_vector3_axis