#[repr(u8)]pub enum EqType {
LowCut = 0,
LowShelf = 1,
Bell = 2,
BandPass = 3,
HiShelf = 4,
HiCut = 5,
AllPass = 6,
}
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for EqType
impl TryFromPrimitive for EqType
impl Copy for EqType
impl StructuralPartialEq for EqType
Auto Trait Implementations§
impl Freeze for EqType
impl RefUnwindSafe for EqType
impl Send for EqType
impl Sync for EqType
impl Unpin for EqType
impl UnwindSafe for EqType
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