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(n: i64) -> Option<AudioStatus>
fn from_u64(n: u64) -> Option<AudioStatus>
fn from_isize(n: isize) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
fn from_f32(n: f32) -> Option<Self>
fn from_f64(n: f64) -> Option<Self>
impl Debug for AudioStatus
impl Hash for AudioStatus
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for AudioStatus
fn eq(&self, __arg_0: &AudioStatus) -> bool
fn ne(&self, __arg_0: &AudioStatus) -> bool
impl Eq for AudioStatus
impl Clone for AudioStatus
fn clone(&self) -> AudioStatus
fn clone_from(&mut self, source: &Self)
impl Copy for 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
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)