pub enum WarpStyle {
Show 18 variants
None,
Arc,
ArcLower,
ArcUpper,
Arch,
Bulge,
ShellLower,
ShellUpper,
Flag,
Wave,
Fish,
Rise,
Fisheye,
Inflate,
Squeeze,
Twist,
Custom,
Cylinder,
}Expand description
TS WarpStyle.
Variants§
None
“none”
Arc
“arc”
ArcLower
“arcLower”
ArcUpper
“arcUpper”
Arch
“arch”
Bulge
“bulge”
ShellLower
“shellLower”
ShellUpper
“shellUpper”
Flag
“flag”
Wave
“wave”
Fish
“fish”
Rise
“rise”
Fisheye
“fisheye”
Inflate
“inflate”
Squeeze
“squeeze”
Twist
“twist”
Custom
“custom”
Cylinder
“cylinder”
Trait Implementations§
impl Copy for WarpStyle
impl Eq for WarpStyle
impl StructuralPartialEq for WarpStyle
Auto Trait Implementations§
impl Freeze for WarpStyle
impl RefUnwindSafe for WarpStyle
impl Send for WarpStyle
impl Sync for WarpStyle
impl Unpin for WarpStyle
impl UnsafeUnpin for WarpStyle
impl UnwindSafe for WarpStyle
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