#[repr(C)]pub struct RtpTransceiverPtr {
pub ptr: SharedPtr<RtpTransceiver>,
}Fields§
§ptr: SharedPtr<RtpTransceiver>Trait Implementations§
Source§impl ExternType for RtpTransceiverPtr
impl ExternType for RtpTransceiverPtr
Auto Trait Implementations§
impl Freeze for RtpTransceiverPtr
impl RefUnwindSafe for RtpTransceiverPtr
impl Send for RtpTransceiverPtr
impl Sync for RtpTransceiverPtr
impl Unpin for RtpTransceiverPtr
impl UnwindSafe for RtpTransceiverPtr
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