pub type ToAudioF32_CTO<'lt, '_sub> = ToAudioF32_TO<'lt, RRef<'_sub, ()>>;Expand description
A type alias for the const-constructible ToAudioF32_TO.
Aliased Type§
#[repr(transparent)]pub struct ToAudioF32_CTO<'lt, '_sub> {
pub obj: RObject<'lt, RRef<'_sub, ()>, ToAudioF32_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>,
/* private fields */
}Fields§
§obj: RObject<'lt, RRef<'_sub, ()>, ToAudioF32_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>