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
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCICETransportClass
impl !Send for GstWebRTCICETransportClass
impl !Sync for GstWebRTCICETransportClass
impl Unpin for GstWebRTCICETransportClass
impl UnwindSafe for GstWebRTCICETransportClass
Blanket Implementations
Mutably borrows from an owned value. Read more