Enum obs_wrapper::source::media::MediaState
source · [−]pub enum MediaState {
None,
Playing,
Opening,
Buffering,
Paused,
Stopped,
Ended,
Error,
}Expand description
OBS media state
Variants
None
Playing
Opening
Buffering
Paused
Stopped
Ended
Error
Trait Implementations
sourceimpl Clone for MediaState
impl Clone for MediaState
sourcefn clone(&self) -> MediaState
fn clone(&self) -> MediaState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MediaState
impl Debug for MediaState
sourceimpl PartialEq<MediaState> for MediaState
impl PartialEq<MediaState> for MediaState
sourcefn eq(&self, other: &MediaState) -> bool
fn eq(&self, other: &MediaState) -> bool
impl Copy for MediaState
impl Eq for MediaState
impl StructuralEq for MediaState
impl StructuralPartialEq for MediaState
Auto Trait Implementations
impl RefUnwindSafe for MediaState
impl Send for MediaState
impl Sync for MediaState
impl Unpin for MediaState
impl UnwindSafe for MediaState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more