Enum ym_file_parser::flags::FxType
source · #[repr(u8)]pub enum FxType {
SidVoice,
DigiDrum,
SinusSid,
SyncBuzz,
}
Variants§
Trait Implementations§
source§impl From<FxCtrlFlags> for FxType
impl From<FxCtrlFlags> for FxType
source§fn from(flags: FxCtrlFlags) -> Self
fn from(flags: FxCtrlFlags) -> Self
Converts to this type from the input type.
source§impl PartialEq<FxType> for FxType
impl PartialEq<FxType> for FxType
impl Copy for FxType
impl Eq for FxType
impl StructuralEq for FxType
impl StructuralPartialEq for FxType
Auto Trait Implementations§
impl RefUnwindSafe for FxType
impl Send for FxType
impl Sync for FxType
impl Unpin for FxType
impl UnwindSafe for FxType
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