Struct gstreamer_webrtc_sys::GstWebRTCDataChannelClass [−][src]
#[repr(C)]pub struct GstWebRTCDataChannelClass { pub parent_class: GObjectClass, pub send_data: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel, _: *mut GBytes)>, pub send_string: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel, _: *const c_char)>, pub close: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel)>, pub _padding: [gpointer; 4], }
Fields
parent_class: GObjectClasssend_data: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel, _: *mut GBytes)>send_string: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel, _: *const c_char)>close: Option<unsafe extern "C" fn(_: *mut GstWebRTCDataChannel)>_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCDataChannelClassimpl !Send for GstWebRTCDataChannelClassimpl !Sync for GstWebRTCDataChannelClassimpl Unpin for GstWebRTCDataChannelClassimpl UnwindSafe for GstWebRTCDataChannelClassBlanket Implementations
Mutably borrows from an owned value. Read more