#[repr(u32)]pub enum AudioPlayerType_e {
kAudioPlayer = 1,
kAudioBooks = 2,
kBrowser = 4,
}Variants§
Trait Implementations§
Source§impl Clone for AudioPlayerType_e
impl Clone for AudioPlayerType_e
Source§fn clone(&self) -> AudioPlayerType_e
fn clone(&self) -> AudioPlayerType_e
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 AudioPlayerType_e
impl Debug for AudioPlayerType_e
Source§impl Hash for AudioPlayerType_e
impl Hash for AudioPlayerType_e
Source§impl PartialEq for AudioPlayerType_e
impl PartialEq for AudioPlayerType_e
impl Copy for AudioPlayerType_e
impl Eq for AudioPlayerType_e
impl StructuralPartialEq for AudioPlayerType_e
Auto Trait Implementations§
impl Freeze for AudioPlayerType_e
impl RefUnwindSafe for AudioPlayerType_e
impl Send for AudioPlayerType_e
impl Sync for AudioPlayerType_e
impl Unpin for AudioPlayerType_e
impl UnwindSafe for AudioPlayerType_e
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