#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PathFollowRotationMode
impl Debug for PathFollowRotationMode
Source§impl Hash for PathFollowRotationMode
impl Hash for PathFollowRotationMode
Source§impl PartialEq for PathFollowRotationMode
impl PartialEq for PathFollowRotationMode
impl Copy for PathFollowRotationMode
impl Eq for PathFollowRotationMode
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 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