pub enum KenBurnsPreset {
GentleZoomIn,
GentleZoomOut,
GentlePan,
ZoomIn,
ZoomOut,
PanRight,
PanLeft,
PunchIn,
PullBack,
Spiral,
Diagonal,
Parallax,
}Variants§
GentleZoomIn
GentleZoomOut
GentlePan
ZoomIn
ZoomOut
PanRight
PanLeft
PunchIn
PullBack
Spiral
Diagonal
Parallax
Trait Implementations§
Source§impl Clone for KenBurnsPreset
impl Clone for KenBurnsPreset
Source§fn clone(&self) -> KenBurnsPreset
fn clone(&self) -> KenBurnsPreset
Returns a duplicate 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 KenBurnsPreset
impl Debug for KenBurnsPreset
impl Copy for KenBurnsPreset
Auto Trait Implementations§
impl Freeze for KenBurnsPreset
impl RefUnwindSafe for KenBurnsPreset
impl Send for KenBurnsPreset
impl Sync for KenBurnsPreset
impl Unpin for KenBurnsPreset
impl UnsafeUnpin for KenBurnsPreset
impl UnwindSafe for KenBurnsPreset
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