pub enum OpllChipType {
Ym2413,
Vrc7,
Ymf281b,
}Expand description
Chip type — selects the patch ROM table.
Variants§
Ym2413
YM2413 — original OPLL with 15 melodic patches + percussion.
Vrc7
VRC7 — Konami mapper 85’s custom OPLL variant.
Ymf281b
YMF281B — derivative used in some arcade hardware.
Trait Implementations§
impl Copy for ChipType
impl Eq for ChipType
impl StructuralPartialEq for ChipType
Auto Trait Implementations§
impl Freeze for ChipType
impl RefUnwindSafe for ChipType
impl Send for ChipType
impl Sync for ChipType
impl Unpin for ChipType
impl UnsafeUnpin for ChipType
impl UnwindSafe for ChipType
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