pub struct Decibels { /* private fields */ }
Expand description
Represents a Decibel-valued sound level
Implementations§
Trait Implementations§
Source§impl From<FixedPointGain> for Decibels
impl From<FixedPointGain> for Decibels
Source§fn from(gain: FixedPointGain) -> Decibels
fn from(gain: FixedPointGain) -> Decibels
Converts to this type from the input type.
Source§impl TryFrom<Decibels> for FixedPointGain
impl TryFrom<Decibels> for FixedPointGain
impl Copy for Decibels
Auto Trait Implementations§
impl Freeze for Decibels
impl RefUnwindSafe for Decibels
impl Send for Decibels
impl Sync for Decibels
impl Unpin for Decibels
impl UnwindSafe for Decibels
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