pub struct RtpHeaderExtensionCapability {
pub uri: String,
pub direction: RtpTransceiverDirection,
}Fields§
§uri: String§direction: RtpTransceiverDirectionTrait Implementations§
Source§impl Clone for RtpHeaderExtensionCapability
impl Clone for RtpHeaderExtensionCapability
Source§fn clone(&self) -> RtpHeaderExtensionCapability
fn clone(&self) -> RtpHeaderExtensionCapability
Returns a duplicate 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 RtpHeaderExtensionCapability
impl Debug for RtpHeaderExtensionCapability
Source§impl From<RtpHeaderExtensionCapability> for RtpHeaderExtensionCapability
impl From<RtpHeaderExtensionCapability> for RtpHeaderExtensionCapability
Source§fn from(value: RtpHeaderExtensionCapability) -> RtpHeaderExtensionCapability
fn from(value: RtpHeaderExtensionCapability) -> RtpHeaderExtensionCapability
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RtpHeaderExtensionCapability
impl RefUnwindSafe for RtpHeaderExtensionCapability
impl Send for RtpHeaderExtensionCapability
impl Sync for RtpHeaderExtensionCapability
impl Unpin for RtpHeaderExtensionCapability
impl UnsafeUnpin for RtpHeaderExtensionCapability
impl UnwindSafe for RtpHeaderExtensionCapability
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