pub struct MoqAudioConsumer { /* private fields */ }Expand description
Consumer for a raw-audio track.
Implementations§
Trait Implementations§
Source§impl<UT> LiftRef<UT> for MoqAudioConsumer
impl<UT> LiftRef<UT> for MoqAudioConsumer
type LiftType = Arc<MoqAudioConsumer>
Source§impl<UT> LowerError<UT> for MoqAudioConsumer
impl<UT> LowerError<UT> for MoqAudioConsumer
Source§fn lower_error(obj: Self) -> RustBuffer
fn lower_error(obj: Self) -> RustBuffer
Lower this value for scaffolding function return Read more
Source§impl<UT> LowerReturn<UT> for MoqAudioConsumer
impl<UT> LowerReturn<UT> for MoqAudioConsumer
Source§type ReturnType = <Arc<MoqAudioConsumer> as LowerReturn<UniFfiTag>>::ReturnType
type ReturnType = <Arc<MoqAudioConsumer> as LowerReturn<UniFfiTag>>::ReturnType
The type that should be returned by scaffolding functions for this type. Read more
Source§fn lower_return(obj: Self) -> Result<Self::ReturnType, RustCallError>
fn lower_return(obj: Self) -> Result<Self::ReturnType, RustCallError>
Lower the return value from an scaffolding call Read more
Source§fn handle_failed_lift(
error: LiftArgsError,
) -> Result<Self::ReturnType, RustCallError>
fn handle_failed_lift( error: LiftArgsError, ) -> Result<Self::ReturnType, RustCallError>
Lower the return value for failed argument lifts Read more
Source§impl<UT> TypeId<UT> for MoqAudioConsumer
impl<UT> TypeId<UT> for MoqAudioConsumer
Auto Trait Implementations§
impl !RefUnwindSafe for MoqAudioConsumer
impl !UnwindSafe for MoqAudioConsumer
impl Freeze for MoqAudioConsumer
impl Send for MoqAudioConsumer
impl Sync for MoqAudioConsumer
impl Unpin for MoqAudioConsumer
impl UnsafeUnpin for MoqAudioConsumer
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