#[repr(C)]pub struct RtpHeaderExtensionCapability {
pub uri: String,
pub has_preferred_id: bool,
pub preferred_id: i32,
pub preferred_encrypt: bool,
pub direction: RtpTransceiverDirection,
}Fields§
§uri: String§has_preferred_id: bool§preferred_id: i32§preferred_encrypt: bool§direction: RtpTransceiverDirectionTrait Implementations§
Source§impl Debug for RtpHeaderExtensionCapability
impl Debug for RtpHeaderExtensionCapability
Auto Trait Implementations§
impl Freeze for RtpHeaderExtensionCapability
impl RefUnwindSafe for RtpHeaderExtensionCapability
impl Send for RtpHeaderExtensionCapability
impl Sync for RtpHeaderExtensionCapability
impl Unpin 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