Struct MediaPlayerAudioCategory
#[repr(transparent)]pub struct MediaPlayerAudioCategory(pub i32);Tuple Fields§
§0: i32Implementations§
§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 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 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