pub struct EarOutAmps4<T>(/* private fields */);Expand description
Implements AmpLevels trait, useful when rendering EAR OUT audio ignoring MIC OUT signal.
Uses 2 lowest bits of a given level, but ignores the lowest bit.
Trait Implementations§
Source§impl<T: Clone> Clone for EarOutAmps4<T>
impl<T: Clone> Clone for EarOutAmps4<T>
Source§fn clone(&self) -> EarOutAmps4<T>
fn clone(&self) -> EarOutAmps4<T>
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 moreSource§impl<T: Debug> Debug for EarOutAmps4<T>
impl<T: Debug> Debug for EarOutAmps4<T>
Source§impl<T: Default> Default for EarOutAmps4<T>
impl<T: Default> Default for EarOutAmps4<T>
Source§fn default() -> EarOutAmps4<T>
fn default() -> EarOutAmps4<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for EarOutAmps4<T>
impl<T> RefUnwindSafe for EarOutAmps4<T>where
T: RefUnwindSafe,
impl<T> Send for EarOutAmps4<T>where
T: Send,
impl<T> Sync for EarOutAmps4<T>where
T: Sync,
impl<T> Unpin for EarOutAmps4<T>where
T: Unpin,
impl<T> UnwindSafe for EarOutAmps4<T>where
T: UnwindSafe,
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§impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
impl<S, T> IntoSample<S> for Twhere
S: FromSample<T>,
Source§fn into_sample(self) -> S
fn into_sample(self) -> S
Convert to
S a sample type from self.