pub enum PathRotateMode {
Tangent,
Chain,
ChainScale,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathRotateMode
impl RefUnwindSafe for PathRotateMode
impl Send for PathRotateMode
impl Sync for PathRotateMode
impl Unpin for PathRotateMode
impl UnsafeUnpin for PathRotateMode
impl UnwindSafe for PathRotateMode
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