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