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