pub struct Decibel(/* private fields */);Expand description
A value in decibels.
Implementations§
Trait Implementations§
Source§impl AddAssign for Decibel
impl AddAssign for Decibel
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl PartialOrd for Decibel
impl PartialOrd for Decibel
Source§impl SubAssign for Decibel
impl SubAssign for Decibel
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for Decibel
impl StructuralPartialEq for Decibel
Auto Trait Implementations§
impl Freeze for Decibel
impl RefUnwindSafe for Decibel
impl Send for Decibel
impl Sync for Decibel
impl Unpin for Decibel
impl UnsafeUnpin for Decibel
impl UnwindSafe for Decibel
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