#[repr(i32)]pub enum Fading {
NoFading = 0,
FadingOut = 1,
FadingIn = 2,
}Expand description
Fader effect type enumerations
Variants§
Trait Implementations§
impl Copy for Fading
impl StructuralPartialEq for Fading
Auto Trait Implementations§
impl Freeze for Fading
impl RefUnwindSafe for Fading
impl Send for Fading
impl Sync for Fading
impl Unpin for Fading
impl UnwindSafe for Fading
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