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: GstObjectClassgather_candidates: Option<unsafe extern "C" fn(_: *mut GstWebRTCICETransport) -> gboolean>_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCICETransportClassimpl !Send for GstWebRTCICETransportClassimpl !Sync for GstWebRTCICETransportClassimpl Unpin for GstWebRTCICETransportClassimpl UnwindSafe for GstWebRTCICETransportClassBlanket Implementations
Mutably borrows from an owned value. Read more