Struct windows::Media::Effects::AudioEffectType
#[repr(transparent)]pub struct AudioEffectType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl AudioEffectType
impl AudioEffectType
pub const Other: Self = _
pub const AcousticEchoCancellation: Self = _
pub const NoiseSuppression: Self = _
pub const AutomaticGainControl: Self = _
pub const BeamForming: Self = _
pub const ConstantToneRemoval: Self = _
pub const Equalizer: Self = _
pub const LoudnessEqualizer: Self = _
pub const BassBoost: Self = _
pub const VirtualSurround: Self = _
pub const VirtualHeadphones: Self = _
pub const SpeakerFill: Self = _
pub const RoomCorrection: Self = _
pub const BassManagement: Self = _
pub const EnvironmentalEffects: Self = _
pub const SpeakerProtection: Self = _
pub const SpeakerCompensation: Self = _
pub const DynamicRangeCompression: Self = _
pub const FarFieldBeamForming: Self = _
pub const DeepNoiseSuppression: Self = _
Trait Implementations§
§impl Clone for AudioEffectType
impl Clone for AudioEffectType
§fn clone(&self) -> AudioEffectType
fn clone(&self) -> AudioEffectType
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 AudioEffectType
impl Debug for AudioEffectType
§impl Default for AudioEffectType
impl Default for AudioEffectType
§fn default() -> AudioEffectType
fn default() -> AudioEffectType
Returns the “default value” for a type. Read more
§impl PartialEq for AudioEffectType
impl PartialEq for AudioEffectType
§fn eq(&self, other: &AudioEffectType) -> bool
fn eq(&self, other: &AudioEffectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AudioEffectType
impl Eq for AudioEffectType
impl StructuralPartialEq for AudioEffectType
Auto Trait Implementations§
impl Freeze for AudioEffectType
impl RefUnwindSafe for AudioEffectType
impl Send for AudioEffectType
impl Sync for AudioEffectType
impl Unpin for AudioEffectType
impl UnwindSafe for AudioEffectType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)