Enum rich_sdl2_rust::mixer::music::FadingState
source · pub enum FadingState {
None,
FadingOut,
FadingIn,
}
Expand description
A fading state of the music.
Variants§
Trait Implementations§
source§impl Clone for FadingState
impl Clone for FadingState
source§fn clone(&self) -> FadingState
fn clone(&self) -> FadingState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FadingState
impl Debug for FadingState
source§impl PartialEq for FadingState
impl PartialEq for FadingState
source§fn eq(&self, other: &FadingState) -> bool
fn eq(&self, other: &FadingState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FadingState
impl Eq for FadingState
impl StructuralPartialEq for FadingState
Auto Trait Implementations§
impl RefUnwindSafe for FadingState
impl Send for FadingState
impl Sync for FadingState
impl Unpin for FadingState
impl UnwindSafe for FadingState
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