#[repr(u8)]pub enum FxKind {
Chorus = 0,
Phaser = 1,
Flanger = 2,
}
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for FxKind
impl TryFromPrimitive for FxKind
impl Copy for FxKind
impl StructuralPartialEq for FxKind
Auto Trait Implementations§
impl Freeze for FxKind
impl RefUnwindSafe for FxKind
impl Send for FxKind
impl Sync for FxKind
impl Unpin for FxKind
impl UnwindSafe for FxKind
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