pub struct Equ {
pub low: EqBand,
pub mid: EqBand,
pub high: EqBand,
}
Fields§
§low: EqBand
§mid: EqBand
§high: EqBand
Implementations§
Trait Implementations§
impl StructuralPartialEq for Equ
Auto Trait Implementations§
impl Freeze for Equ
impl RefUnwindSafe for Equ
impl Send for Equ
impl Sync for Equ
impl Unpin for Equ
impl UnwindSafe for Equ
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