pub enum Fade {
In(f32),
Out(f32),
None,
}Expand description
Fade configuration for play commands.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fade
impl RefUnwindSafe for Fade
impl Send for Fade
impl Sync for Fade
impl Unpin for Fade
impl UnsafeUnpin 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