Struct ExCapture
pub struct ExCapture<'ex> { /* private fields */ }Expand description
Default-param extender for AnimationMixer::capture_ex.
Implementations§
§impl<'ex> ExCapture<'ex>
impl<'ex> ExCapture<'ex>
pub fn trans_type(self, trans_type: TransitionType) -> ExCapture<'ex>
pub fn ease_type(self, ease_type: EaseType) -> ExCapture<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExCapture<'ex>
impl<'ex> RefUnwindSafe for ExCapture<'ex>
impl<'ex> !Send for ExCapture<'ex>
impl<'ex> !Sync for ExCapture<'ex>
impl<'ex> Unpin for ExCapture<'ex>
impl<'ex> !UnwindSafe for ExCapture<'ex>
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