Struct gstreamer_webrtc_sys::GstWebRTCRTPSender
source · #[repr(C)]pub struct GstWebRTCRTPSender { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GstWebRTCRTPSender
impl RefUnwindSafe for GstWebRTCRTPSender
impl !Send for GstWebRTCRTPSender
impl !Sync for GstWebRTCRTPSender
impl !Unpin for GstWebRTCRTPSender
impl UnwindSafe for GstWebRTCRTPSender
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