Expand description
The “slot” of the device being referred to by GlobalParameterControl
.
Values other than Unregistered
come from the General MIDI 2 spec.
Variants
Reverb
Chorus
Unregistered(u8, u8)
For use in paths not described by the GM2 spec
Trait Implementations
impl Copy for SlotPath
impl Eq for SlotPath
impl StructuralEq for SlotPath
impl StructuralPartialEq for SlotPath
Auto Trait Implementations
impl RefUnwindSafe for SlotPath
impl Send for SlotPath
impl Sync for SlotPath
impl Unpin for SlotPath
impl UnwindSafe for SlotPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more