pub enum AudioStreamType {
Background,
Media,
Interruption,
SystemAgent,
Communication,
}
Variants§
Trait Implementations§
Source§impl Clone for AudioStreamType
impl Clone for AudioStreamType
Source§fn clone(&self) -> AudioStreamType
fn clone(&self) -> AudioStreamType
Returns a copy 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 AudioStreamType
impl Debug for AudioStreamType
Source§impl<'de> Deserialize<'de> for AudioStreamType
impl<'de> Deserialize<'de> for AudioStreamType
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<AudioRenderUsage> for AudioStreamType
impl From<AudioRenderUsage> for AudioStreamType
Source§fn from(usage: AudioRenderUsage) -> Self
fn from(usage: AudioRenderUsage) -> Self
Converts to this type from the input type.
Source§impl From<AudioStreamType> for AudioRenderUsage
impl From<AudioStreamType> for AudioRenderUsage
Source§fn from(usage: AudioStreamType) -> Self
fn from(usage: AudioStreamType) -> Self
Converts to this type from the input type.
Source§impl Hash for AudioStreamType
impl Hash for AudioStreamType
Source§impl PartialEq for AudioStreamType
impl PartialEq for AudioStreamType
Source§impl Serialize for AudioStreamType
impl Serialize for AudioStreamType
impl Copy for AudioStreamType
impl Eq for AudioStreamType
impl StructuralPartialEq for AudioStreamType
Auto Trait Implementations§
impl Freeze for AudioStreamType
impl RefUnwindSafe for AudioStreamType
impl Send for AudioStreamType
impl Sync for AudioStreamType
impl Unpin for AudioStreamType
impl UnwindSafe for AudioStreamType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)