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

Trait Implementations

impl Debug for godot_vector3_axis
[src]

[src]

Formats the value using the given formatter.

impl Copy for godot_vector3_axis
[src]

impl Clone for godot_vector3_axis
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for godot_vector3_axis
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for godot_vector3_axis
[src]

impl Hash for godot_vector3_axis
[src]

[src]

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

1.3.0
[src]

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