pub enum SliderType {
Linear,
Bezier,
Perfect,
Catmull,
}
Expand description
Type of slider curve
Variants§
Linear
Bezier
Perfect
Catmull
Catmull slider type is depricated, but may still appear in an old map.
Auto Trait Implementations§
impl Freeze for SliderType
impl RefUnwindSafe for SliderType
impl Send for SliderType
impl Sync for SliderType
impl Unpin for SliderType
impl UnwindSafe for SliderType
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