pub struct EarInAmps2<T>(/* private fields */);Expand description
Implements AmpLevels trait, useful when rendering EAR IN audio.
Uses only one bit of a given level.
Trait Implementations§
Source§impl<T: Clone> Clone for EarInAmps2<T>
impl<T: Clone> Clone for EarInAmps2<T>
Source§fn clone(&self) -> EarInAmps2<T>
fn clone(&self) -> EarInAmps2<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 EarInAmps2<T>
impl<T: Debug> Debug for EarInAmps2<T>
Source§impl<T: Default> Default for EarInAmps2<T>
impl<T: Default> Default for EarInAmps2<T>
Source§fn default() -> EarInAmps2<T>
fn default() -> EarInAmps2<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for EarInAmps2<T>
impl<T> RefUnwindSafe for EarInAmps2<T>where
T: RefUnwindSafe,
impl<T> Send for EarInAmps2<T>where
T: Send,
impl<T> Sync for EarInAmps2<T>where
T: Sync,
impl<T> Unpin for EarInAmps2<T>where
T: Unpin,
impl<T> UnwindSafe for EarInAmps2<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.