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