Enum gdnative_core::Vector3Axis [−][src]
#[repr(u32)]pub enum Vector3Axis { X, Y, Z, }
Variants
XYZ
Trait Implementations
impl Copy for Vector3Axis[src]
impl Copy for Vector3Axisimpl Clone for Vector3Axis[src]
impl Clone for Vector3Axisfn clone(&self) -> Vector3Axis[src]
fn clone(&self) -> Vector3AxisReturns 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 Vector3Axis[src]
impl Debug for Vector3Axisfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Vector3Axis[src]
impl PartialEq for Vector3Axisfn eq(&self, other: &Vector3Axis) -> bool[src]
fn eq(&self, other: &Vector3Axis) -> 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 Vector3Axis[src]
impl Eq for Vector3AxisAuto Trait Implementations
impl Send for Vector3Axis
impl Send for Vector3Axisimpl Sync for Vector3Axis
impl Sync for Vector3Axis