#[repr(C)]pub struct RtpExtension {
pub uri: String,
pub id: i32,
pub encrypt: bool,
}Fields§
§uri: String§id: i32§encrypt: boolTrait Implementations§
Source§impl Debug for RtpExtension
impl Debug for RtpExtension
Source§impl ExternType for RtpExtension
impl ExternType for RtpExtension
Auto Trait Implementations§
impl Freeze for RtpExtension
impl RefUnwindSafe for RtpExtension
impl Send for RtpExtension
impl Sync for RtpExtension
impl Unpin for RtpExtension
impl UnwindSafe for RtpExtension
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