Struct gstreamer_webrtc_sys::GstWebRTCICETransportClass [−][src]
#[repr(C)]pub struct GstWebRTCICETransportClass { pub parent_class: GstObjectClass, pub gather_candidates: Option<unsafe extern "C" fn(_: *mut GstWebRTCICETransport) -> gboolean>, pub _padding: [gpointer; 4], }
Fields
parent_class: GstObjectClass
gather_candidates: Option<unsafe extern "C" fn(_: *mut GstWebRTCICETransport) -> gboolean>
_padding: [gpointer; 4]
Trait Implementations
impl Copy for GstWebRTCICETransportClass
[src]
impl Copy for GstWebRTCICETransportClass
impl Clone for GstWebRTCICETransportClass
[src]
impl Clone for GstWebRTCICETransportClass
fn clone(&self) -> GstWebRTCICETransportClass
[src]
fn clone(&self) -> GstWebRTCICETransportClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstWebRTCICETransportClass
[src]
impl Debug for GstWebRTCICETransportClass
Auto Trait Implementations
impl !Send for GstWebRTCICETransportClass
impl !Send for GstWebRTCICETransportClass
impl !Sync for GstWebRTCICETransportClass
impl !Sync for GstWebRTCICETransportClass