pub enum AxisCycle {
None = 0,
Forward = 1,
Backward = 2,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AxisCycle
impl RefUnwindSafe for AxisCycle
impl Send for AxisCycle
impl Sync for AxisCycle
impl Unpin for AxisCycle
impl UnsafeUnpin for AxisCycle
impl UnwindSafe for AxisCycle
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