pub struct OrphanInkAnimInterpolator {
pub index: usize,
pub interpolator: InkWrapper<InkAnimInterpolator>,
}Expand description
orphan interpolator
Fields§
§index: usize§interpolator: InkWrapper<InkAnimInterpolator>Auto Trait Implementations§
impl Freeze for OrphanInkAnimInterpolator
impl RefUnwindSafe for OrphanInkAnimInterpolator
impl Send for OrphanInkAnimInterpolator
impl Sync for OrphanInkAnimInterpolator
impl Unpin for OrphanInkAnimInterpolator
impl UnwindSafe for OrphanInkAnimInterpolator
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