pub enum Fade {
In,
Out,
}Expand description
transparency interpolation direction
Variants§
Trait Implementations§
impl Copy for Fade
impl StructuralPartialEq for Fade
Auto Trait Implementations§
impl Freeze for Fade
impl RefUnwindSafe for Fade
impl Send for Fade
impl Sync for Fade
impl Unpin for Fade
impl UnwindSafe for Fade
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