#[repr(C)]pub struct InterpolateResolver {
pub interpolate_func: AnimationInterpolationFunction,
pub parent_rect_width: f32,
pub parent_rect_height: f32,
pub current_rect_width: f32,
pub current_rect_height: f32,
}Fields§
§interpolate_func: AnimationInterpolationFunction§parent_rect_width: f32§parent_rect_height: f32§current_rect_width: f32§current_rect_height: f32Trait Implementations§
Source§impl Clone for InterpolateResolver
impl Clone for InterpolateResolver
Source§fn clone(&self) -> InterpolateResolver
fn clone(&self) -> InterpolateResolver
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 InterpolateResolver
impl Debug for InterpolateResolver
Source§impl PartialEq for InterpolateResolver
impl PartialEq for InterpolateResolver
impl StructuralPartialEq for InterpolateResolver
Auto Trait Implementations§
impl Freeze for InterpolateResolver
impl RefUnwindSafe for InterpolateResolver
impl Send for InterpolateResolver
impl Sync for InterpolateResolver
impl Unpin for InterpolateResolver
impl UnwindSafe for InterpolateResolver
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