pub enum AudioPlayState {
Ended(bool),
State(bool),
}Variants§
Trait Implementations§
Source§impl Clone for AudioPlayState
impl Clone for AudioPlayState
Source§fn clone(&self) -> AudioPlayState
fn clone(&self) -> AudioPlayState
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for AudioPlayState
impl RefUnwindSafe for AudioPlayState
impl Send for AudioPlayState
impl Sync for AudioPlayState
impl Unpin for AudioPlayState
impl UnwindSafe for AudioPlayState
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