Enum sdl2::audio::AudioStatus[src]
pub enum AudioStatus { Stopped, Playing, Paused, }
Variants
Stopped | |
Playing | |
Paused |
pub enum AudioStatus { Stopped, Playing, Paused, }
Stopped | |
Playing | |
Paused |
impl FromPrimitive for AudioStatus
fn from_i64(__arg_0: i64) -> Option<AudioStatus>
fn from_u64(__arg_0: u64) -> Option<AudioStatus>
impl Show for AudioStatus
impl Hash for AudioStatus
impl Eq for AudioStatus
fn eq(&self, __arg_0: &AudioStatus) -> bool
fn ne(&self, __arg_0: &AudioStatus) -> bool
impl Clone for AudioStatus
fn clone(&self) -> AudioStatus
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).