Struct MediaPlayerAudioCategory
#[repr(transparent)]pub struct MediaPlayerAudioCategory(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MediaPlayerAudioCategory
impl MediaPlayerAudioCategory
pub const Other: Self = _
pub const Communications: Self = _
pub const Alerts: Self = _
pub const SoundEffects: Self = _
pub const GameEffects: Self = _
pub const GameMedia: Self = _
pub const GameChat: Self = _
pub const Speech: Self = _
pub const Movie: Self = _
pub const Media: Self = _
Trait Implementations§
§impl Clone for MediaPlayerAudioCategory
impl Clone for MediaPlayerAudioCategory
§fn clone(&self) -> MediaPlayerAudioCategory
fn clone(&self) -> MediaPlayerAudioCategory
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 more§impl Debug for MediaPlayerAudioCategory
impl Debug for MediaPlayerAudioCategory
§impl Default for MediaPlayerAudioCategory
impl Default for MediaPlayerAudioCategory
§fn default() -> MediaPlayerAudioCategory
fn default() -> MediaPlayerAudioCategory
Returns the “default value” for a type. Read more
§impl PartialEq for MediaPlayerAudioCategory
impl PartialEq for MediaPlayerAudioCategory
impl Copy for MediaPlayerAudioCategory
impl Eq for MediaPlayerAudioCategory
impl StructuralPartialEq for MediaPlayerAudioCategory
Auto Trait Implementations§
impl Freeze for MediaPlayerAudioCategory
impl RefUnwindSafe for MediaPlayerAudioCategory
impl Send for MediaPlayerAudioCategory
impl Sync for MediaPlayerAudioCategory
impl Unpin for MediaPlayerAudioCategory
impl UnwindSafe for MediaPlayerAudioCategory
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