Struct ExBlendNode
pub struct ExBlendNode<'ex> { /* private fields */ }Expand description
Default-param extender for AnimationNode::blend_node_ex.
Implementations§
§impl<'ex> ExBlendNode<'ex>
impl<'ex> ExBlendNode<'ex>
pub fn filter(self, filter: FilterAction) -> ExBlendNode<'ex>
pub fn sync(self, sync: bool) -> ExBlendNode<'ex>
pub fn test_only(self, test_only: bool) -> ExBlendNode<'ex>
pub fn done(self) -> f64
Auto Trait Implementations§
impl<'ex> Freeze for ExBlendNode<'ex>
impl<'ex> RefUnwindSafe for ExBlendNode<'ex>
impl<'ex> !Send for ExBlendNode<'ex>
impl<'ex> !Sync for ExBlendNode<'ex>
impl<'ex> Unpin for ExBlendNode<'ex>
impl<'ex> !UnwindSafe for ExBlendNode<'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