pub struct ILR;Expand description
Unit type marker for Interaural Level Ratio (ILR) measurements.
ILR values are dimensionless normalized ratios in the range [-1, 1].
Trait Implementations§
impl Copy for ILR
impl Eq for ILR
impl StructuralPartialEq for ILR
Auto Trait Implementations§
impl Freeze for ILR
impl RefUnwindSafe for ILR
impl Send for ILR
impl Sync for ILR
impl Unpin for ILR
impl UnsafeUnpin for ILR
impl UnwindSafe for ILR
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