Enum gdnative_common::PathFollowRotationMode [−][src]
#[repr(u32)]pub enum PathFollowRotationMode { None, Y, Xy, Xyz, }
Variants
NoneYXyXyz
Trait Implementations
impl Copy for PathFollowRotationMode[src]
impl Copy for PathFollowRotationModeimpl Clone for PathFollowRotationMode[src]
impl Clone for PathFollowRotationModefn clone(&self) -> PathFollowRotationMode[src]
fn clone(&self) -> PathFollowRotationModeReturns 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 PathFollowRotationMode[src]
impl Debug for PathFollowRotationModefn 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 PathFollowRotationMode[src]
impl PartialEq for PathFollowRotationModefn eq(&self, other: &PathFollowRotationMode) -> bool[src]
fn eq(&self, other: &PathFollowRotationMode) -> 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 PathFollowRotationMode[src]
impl Eq for PathFollowRotationModeimpl Hash for PathFollowRotationMode[src]
impl Hash for PathFollowRotationModeAuto Trait Implementations
impl Send for PathFollowRotationMode
impl Send for PathFollowRotationModeimpl Sync for PathFollowRotationMode
impl Sync for PathFollowRotationMode