pub enum AudioService {
Main,
Effects,
VisuallyImpaired,
HearingImpaired,
Dialogue,
Commentary,
Emergency,
VoiceOver,
Karaoke,
}Variants§
trait 实现§
源代码§impl Clone for AudioService
impl Clone for AudioService
源代码§fn clone(&self) -> AudioService
fn clone(&self) -> AudioService
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AudioService
impl Debug for AudioService
源代码§impl From<AVAudioServiceType> for AudioService
impl From<AVAudioServiceType> for AudioService
源代码§fn from(value: AVAudioServiceType) -> Self
fn from(value: AVAudioServiceType) -> Self
Converts to this type from the input type.
源代码§impl From<AudioService> for AVAudioServiceType
impl From<AudioService> for AVAudioServiceType
源代码§fn from(value: AudioService) -> AVAudioServiceType
fn from(value: AudioService) -> AVAudioServiceType
Converts to this type from the input type.
源代码§impl PartialEq for AudioService
impl PartialEq for AudioService
impl Copy for AudioService
impl Eq for AudioService
impl StructuralPartialEq for AudioService
自动 trait 实现§
impl Freeze for AudioService
impl RefUnwindSafe for AudioService
impl Send for AudioService
impl Sync for AudioService
impl Unpin for AudioService
impl UnsafeUnpin for AudioService
impl UnwindSafe for AudioService
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多