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