Struct GstWebRTC Session Description 
Source #[repr(C)]pub struct GstWebRTCSessionDescription {
    pub type_: GstWebRTCSDPType,
    pub sdp: *mut GstSDPMessage,
}Fields§
§type_: GstWebRTCSDPType§sdp: *mut GstSDPMessageTrait Implementations§
Source§impl Clone for GstWebRTCSessionDescription
 
impl Clone for GstWebRTCSessionDescription
Source§fn clone(&self) -> GstWebRTCSessionDescription
 
fn clone(&self) -> GstWebRTCSessionDescription
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for GstWebRTCSessionDescription
 
impl Debug for GstWebRTCSessionDescription
impl Copy for GstWebRTCSessionDescription
Auto Trait Implementations§
impl Freeze for GstWebRTCSessionDescription
impl RefUnwindSafe for GstWebRTCSessionDescription
impl !Send for GstWebRTCSessionDescription
impl !Sync for GstWebRTCSessionDescription
impl Unpin for GstWebRTCSessionDescription
impl UnwindSafe for GstWebRTCSessionDescription
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