#[repr(C)]pub struct InterpolationMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl InterpolationMode
impl InterpolationMode
pub fn none() -> Self
pub fn in_out_cubic() -> Self
pub fn in_out_quintic() -> Self
pub fn in_out_sine() -> Self
pub fn in_quintic() -> Self
pub fn in_quartic() -> Self
pub fn in_cubic() -> Self
pub fn in_quadratic() -> Self
pub fn in_elastic() -> Self
pub fn in_elastic_small() -> Self
pub fn in_elastic_big() -> Self
pub fn in_sine() -> Self
pub fn in_back() -> Self
pub fn out_quintic() -> Self
pub fn out_quartic() -> Self
pub fn out_cubic() -> Self
pub fn out_in_cubic() -> Self
pub fn out_in_quartic() -> Self
pub fn out_elastic() -> Self
pub fn out_elastic_small() -> Self
pub fn out_elastic_big() -> Self
pub fn out_sine() -> Self
pub fn out_back() -> Self
pub fn out_back_cubic() -> Self
pub fn out_back_quartic() -> Self
pub fn back_in_cubic() -> Self
pub fn back_in_quartic() -> Self
Trait Implementations§
Source§impl ClassIdentity for InterpolationMode
impl ClassIdentity for InterpolationMode
Source§impl Clone for InterpolationMode
impl Clone for InterpolationMode
Source§fn clone(&self) -> InterpolationMode
fn clone(&self) -> InterpolationMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterpolationMode
impl Debug for InterpolationMode
Source§impl PartialEq for InterpolationMode
impl PartialEq for InterpolationMode
impl Copy for InterpolationMode
impl Eq for InterpolationMode
impl StructuralPartialEq for InterpolationMode
Auto Trait Implementations§
impl Freeze for InterpolationMode
impl RefUnwindSafe for InterpolationMode
impl Send for InterpolationMode
impl Sync for InterpolationMode
impl Unpin for InterpolationMode
impl UnwindSafe for InterpolationMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)