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

Trait Implementations

impl Hash for godot_vector3_axis

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

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

impl Clone for godot_vector3_axis

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for godot_vector3_axis

Formats the value using the given formatter. Read more

impl Copy for godot_vector3_axis

impl Eq for godot_vector3_axis

impl PartialEq<godot_vector3_axis> for godot_vector3_axis

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

This method tests for !=.

Auto Trait Implementations