pub enum NextBlend {
Source,
Override,
}Expand description
Blend mode for an animation frame.
Variants§
Trait Implementations§
impl Copy for NextBlend
impl Eq for NextBlend
impl StructuralPartialEq for NextBlend
Auto Trait Implementations§
impl Freeze for NextBlend
impl RefUnwindSafe for NextBlend
impl Send for NextBlend
impl Sync for NextBlend
impl Unpin for NextBlend
impl UnsafeUnpin for NextBlend
impl UnwindSafe for NextBlend
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