Struct rsynth::meta::MetaData [−][src]
Represents general-purpose meta-data of an audio application or plugin.
See the [module level documentation] for an example.
The struct MetaData<G, AP, MP>
has three type parameters:
G
: the data type of the “general” meta-data.AP
: the data type of the meta-data for the audio portsMP
: the data type of the meta-data for the midi ports [module level documentation]: ./index.html
Fields
general_meta: G
The meta-data about the application or plugin as a whole.
audio_port_meta: InOut<AP>
Meta-data about the audio ports.
midi_port_meta: InOut<MP>
Meta-data about the midi ports.
Trait Implementations
impl<G, AP, MP> General for MetaData<G, AP, MP>
[src]
impl<G, AP, MP> Port<AudioPort> for MetaData<G, AP, MP>
[src]
impl<G, AP, MP> Port<MidiPort> for MetaData<G, AP, MP>
[src]
Auto Trait Implementations
impl<G, AP, MP> RefUnwindSafe for MetaData<G, AP, MP> where
AP: RefUnwindSafe,
G: RefUnwindSafe,
MP: RefUnwindSafe,
AP: RefUnwindSafe,
G: RefUnwindSafe,
MP: RefUnwindSafe,
impl<G, AP, MP> Send for MetaData<G, AP, MP> where
AP: Send,
G: Send,
MP: Send,
AP: Send,
G: Send,
MP: Send,
impl<G, AP, MP> Sync for MetaData<G, AP, MP> where
AP: Sync,
G: Sync,
MP: Sync,
AP: Sync,
G: Sync,
MP: Sync,
impl<G, AP, MP> Unpin for MetaData<G, AP, MP> where
AP: Unpin,
G: Unpin,
MP: Unpin,
AP: Unpin,
G: Unpin,
MP: Unpin,
impl<G, AP, MP> UnwindSafe for MetaData<G, AP, MP> where
AP: UnwindSafe,
G: UnwindSafe,
MP: UnwindSafe,
AP: UnwindSafe,
G: UnwindSafe,
MP: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<S, T> Duplex<S> for T where
T: FromSample<S> + ToSample<S>,
T: FromSample<S> + ToSample<S>,
impl<T> From<T> for T
[src]
impl<S> FromSample<S> for S
pub fn from_sample_(s: S) -> S
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> ToSample<U> for T where
U: FromSample<T>,
U: FromSample<T>,
pub fn to_sample_(self) -> U
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,