pub enum OplRegisterFile {
Primary,
Secondary,
}Expand description
The Opl3RegisterFile enum represents the two register files available on the OPL3 chip.
If in OPL2 mode, only the primary register file is available.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OplRegisterFile
impl RefUnwindSafe for OplRegisterFile
impl Send for OplRegisterFile
impl Sync for OplRegisterFile
impl Unpin for OplRegisterFile
impl UnsafeUnpin for OplRegisterFile
impl UnwindSafe for OplRegisterFile
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