pub struct OpenIpcMockRtpPipeline { /* private fields */ }Expand description
No-hardware development source that generates RTP-backed RGBA test frames.
Implementations§
Trait Implementations§
Source§impl From<OpenIpcMockRtpPipeline> for JsValue
impl From<OpenIpcMockRtpPipeline> for JsValue
Source§fn from(value: OpenIpcMockRtpPipeline) -> Self
fn from(value: OpenIpcMockRtpPipeline) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for OpenIpcMockRtpPipeline
impl FromWasmAbi for OpenIpcMockRtpPipeline
Source§impl IntoWasmAbi for OpenIpcMockRtpPipeline
impl IntoWasmAbi for OpenIpcMockRtpPipeline
Source§impl LongRefFromWasmAbi for OpenIpcMockRtpPipeline
impl LongRefFromWasmAbi for OpenIpcMockRtpPipeline
Source§type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<OpenIpcMockRtpPipeline>
type Anchor = RcRef<OpenIpcMockRtpPipeline>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl RefFromWasmAbi for OpenIpcMockRtpPipeline
impl RefFromWasmAbi for OpenIpcMockRtpPipeline
Source§type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<OpenIpcMockRtpPipeline>
type Anchor = RcRef<OpenIpcMockRtpPipeline>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for OpenIpcMockRtpPipeline
impl RefMutFromWasmAbi for OpenIpcMockRtpPipeline
Source§type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
type Abi = WasmPtr<WasmRefCell<OpenIpcMockRtpPipeline>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<OpenIpcMockRtpPipeline>
type Anchor = RcRefMut<OpenIpcMockRtpPipeline>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl SupportsConstructor for OpenIpcMockRtpPipeline
impl SupportsInstanceProperty for OpenIpcMockRtpPipeline
impl SupportsStaticProperty for OpenIpcMockRtpPipeline
Source§impl VectorFromWasmAbi for OpenIpcMockRtpPipeline
impl VectorFromWasmAbi for OpenIpcMockRtpPipeline
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[OpenIpcMockRtpPipeline]>
Source§impl VectorIntoWasmAbi for OpenIpcMockRtpPipeline
impl VectorIntoWasmAbi for OpenIpcMockRtpPipeline
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[OpenIpcMockRtpPipeline]>) -> Self::Abi
Source§impl WasmDescribeVector for OpenIpcMockRtpPipeline
impl WasmDescribeVector for OpenIpcMockRtpPipeline
Auto Trait Implementations§
impl Freeze for OpenIpcMockRtpPipeline
impl RefUnwindSafe for OpenIpcMockRtpPipeline
impl Send for OpenIpcMockRtpPipeline
impl Sync for OpenIpcMockRtpPipeline
impl Unpin for OpenIpcMockRtpPipeline
impl UnsafeUnpin for OpenIpcMockRtpPipeline
impl UnwindSafe for OpenIpcMockRtpPipeline
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
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.