pub enum ModuleType {
Vlcb,
Merg(MergModuleType),
Sprog(SprogModuleType),
RocRail(RocRailModuleType),
Spectrum(SpectrumModuleType),
SysPixie(SysPixieModuleType),
Generic(u8),
}Variants§
Vlcb
Merg(MergModuleType)
Sprog(SprogModuleType)
RocRail(RocRailModuleType)
Spectrum(SpectrumModuleType)
SysPixie(SysPixieModuleType)
Generic(u8)
Trait Implementations§
Source§impl From<ModuleType> for u8
impl From<ModuleType> for u8
Source§fn from(val: ModuleType) -> Self
fn from(val: ModuleType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ModuleType
impl RefUnwindSafe for ModuleType
impl Send for ModuleType
impl Sync for ModuleType
impl Unpin for ModuleType
impl UnsafeUnpin for ModuleType
impl UnwindSafe for ModuleType
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