Struct medea_control_api_proto::control::endpoint::WebRtcPlay
source · pub struct WebRtcPlay {
pub id: Id,
pub spec: Spec,
}Fields§
§id: IdID of this WebRtcPlay media Element.
spec: SpecSpec of this WebRtcPlay media Element.
Trait Implementations§
source§impl Clone for WebRtcPlay
impl Clone for WebRtcPlay
source§fn clone(&self) -> WebRtcPlay
fn clone(&self) -> WebRtcPlay
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for WebRtcPlay
impl Debug for WebRtcPlay
source§impl From<WebRtcPlay> for Endpoint
impl From<WebRtcPlay> for Endpoint
source§fn from(play: WebRtcPlay) -> Self
fn from(play: WebRtcPlay) -> Self
Converts to this type from the input type.
source§impl PartialEq<WebRtcPlay> for WebRtcPlay
impl PartialEq<WebRtcPlay> for WebRtcPlay
source§fn eq(&self, other: &WebRtcPlay) -> bool
fn eq(&self, other: &WebRtcPlay) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WebRtcPlay
impl StructuralEq for WebRtcPlay
impl StructuralPartialEq for WebRtcPlay
Auto Trait Implementations§
impl RefUnwindSafe for WebRtcPlay
impl Send for WebRtcPlay
impl Sync for WebRtcPlay
impl Unpin for WebRtcPlay
impl UnwindSafe for WebRtcPlay
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