pub enum AudioSinkType {
Music,
Fx,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AudioSinkType
impl Clone for AudioSinkType
Source§fn clone(&self) -> AudioSinkType
fn clone(&self) -> AudioSinkType
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 moreSource§impl Debug for AudioSinkType
impl Debug for AudioSinkType
Source§impl<'de> Deserialize<'de> for AudioSinkType
impl<'de> Deserialize<'de> for AudioSinkType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<AudioSinkType> for &'static str
impl From<AudioSinkType> for &'static str
Source§fn from(value: AudioSinkType) -> Self
fn from(value: AudioSinkType) -> Self
Converts to this type from the input type.
Source§impl From<AudioSinkType> for Cow<'static, str>
impl From<AudioSinkType> for Cow<'static, str>
Source§fn from(value: AudioSinkType) -> Self
fn from(value: AudioSinkType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AudioSinkType
impl PartialEq for AudioSinkType
Source§impl Serialize for AudioSinkType
impl Serialize for AudioSinkType
impl Copy for AudioSinkType
impl StructuralPartialEq for AudioSinkType
Auto Trait Implementations§
impl Freeze for AudioSinkType
impl RefUnwindSafe for AudioSinkType
impl Send for AudioSinkType
impl Sync for AudioSinkType
impl Unpin for AudioSinkType
impl UnsafeUnpin for AudioSinkType
impl UnwindSafe for AudioSinkType
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