#[repr(transparent)]pub struct OH_AudioStream_AudioEffectMode(pub c_uint);Available on crate feature
api-12 only.Expand description
Defines the audio effect mode.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl OH_AudioStream_AudioEffectMode
impl OH_AudioStream_AudioEffectMode
Sourcepub const EFFECT_NONE: OH_AudioStream_AudioEffectMode
pub const EFFECT_NONE: OH_AudioStream_AudioEffectMode
Audio Effect Mode effect none.
Available since API-level: 12
Sourcepub const EFFECT_DEFAULT: OH_AudioStream_AudioEffectMode
pub const EFFECT_DEFAULT: OH_AudioStream_AudioEffectMode
Audio Effect Mode effect default.
Available since API-level: 12
Trait Implementations§
Source§impl Clone for OH_AudioStream_AudioEffectMode
impl Clone for OH_AudioStream_AudioEffectMode
Source§fn clone(&self) -> OH_AudioStream_AudioEffectMode
fn clone(&self) -> OH_AudioStream_AudioEffectMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for OH_AudioStream_AudioEffectMode
impl PartialEq for OH_AudioStream_AudioEffectMode
Source§fn eq(&self, other: &OH_AudioStream_AudioEffectMode) -> bool
fn eq(&self, other: &OH_AudioStream_AudioEffectMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for OH_AudioStream_AudioEffectMode
impl Eq for OH_AudioStream_AudioEffectMode
impl StructuralPartialEq for OH_AudioStream_AudioEffectMode
Auto Trait Implementations§
impl Freeze for OH_AudioStream_AudioEffectMode
impl RefUnwindSafe for OH_AudioStream_AudioEffectMode
impl Send for OH_AudioStream_AudioEffectMode
impl Sync for OH_AudioStream_AudioEffectMode
impl Unpin for OH_AudioStream_AudioEffectMode
impl UnsafeUnpin for OH_AudioStream_AudioEffectMode
impl UnwindSafe for OH_AudioStream_AudioEffectMode
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