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