#[repr(u32)]pub enum PathFollowRotationMode {
None = 0,
Y = 1,
Xy = 2,
Xyz = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PathFollowRotationMode
impl Clone for PathFollowRotationMode
Source§fn clone(&self) -> PathFollowRotationMode
fn clone(&self) -> PathFollowRotationMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PathFollowRotationMode
Source§impl Debug for PathFollowRotationMode
impl Debug for PathFollowRotationMode
impl Eq for PathFollowRotationMode
Source§impl Hash for PathFollowRotationMode
impl Hash for PathFollowRotationMode
Source§impl PartialEq for PathFollowRotationMode
impl PartialEq for PathFollowRotationMode
Source§fn eq(&self, other: &PathFollowRotationMode) -> bool
fn eq(&self, other: &PathFollowRotationMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathFollowRotationMode
Auto Trait Implementations§
impl Freeze for PathFollowRotationMode
impl RefUnwindSafe for PathFollowRotationMode
impl Send for PathFollowRotationMode
impl Sync for PathFollowRotationMode
impl Unpin for PathFollowRotationMode
impl UnsafeUnpin for PathFollowRotationMode
impl UnwindSafe for PathFollowRotationMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more