pub enum WarpModelType {
Identity = 0,
Translation = 1,
RotZoom = 2,
Affine = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for WarpModelType
impl Clone for WarpModelType
Source§fn clone(&self) -> WarpModelType
fn clone(&self) -> WarpModelType
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 WarpModelType
impl Debug for WarpModelType
Source§impl Default for WarpModelType
impl Default for WarpModelType
Source§fn default() -> WarpModelType
fn default() -> WarpModelType
Returns the “default value” for a type. Read more
Source§impl Ord for WarpModelType
impl Ord for WarpModelType
Source§fn cmp(&self, other: &WarpModelType) -> Ordering
fn cmp(&self, other: &WarpModelType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WarpModelType
impl PartialEq for WarpModelType
Source§impl PartialOrd for WarpModelType
impl PartialOrd for WarpModelType
Source§impl TryFrom<u32> for WarpModelType
impl TryFrom<u32> for WarpModelType
impl Copy for WarpModelType
impl Eq for WarpModelType
impl StructuralPartialEq for WarpModelType
Auto Trait Implementations§
impl Freeze for WarpModelType
impl RefUnwindSafe for WarpModelType
impl Send for WarpModelType
impl Sync for WarpModelType
impl Unpin for WarpModelType
impl UnwindSafe for WarpModelType
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