pub struct SF2SynthesisRequest<'a, M: MidiBytesProvider> { /* private fields */ }
Expand description
A synthesis request, which can be processed to multiple output types.
Implementations§
Source§impl<M: MidiBytesProvider> SF2SynthesisRequest<'_, M>
impl<M: MidiBytesProvider> SF2SynthesisRequest<'_, M>
Auto Trait Implementations§
impl<'a, M> Freeze for SF2SynthesisRequest<'a, M>
impl<'a, M> RefUnwindSafe for SF2SynthesisRequest<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for SF2SynthesisRequest<'a, M>where
M: Sync,
impl<'a, M> Sync for SF2SynthesisRequest<'a, M>where
M: Sync,
impl<'a, M> Unpin for SF2SynthesisRequest<'a, M>
impl<'a, M> UnwindSafe for SF2SynthesisRequest<'a, M>where
M: RefUnwindSafe,
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