Struct gstreamer_webrtc_sys::GstWebRTCDataChannel [−][src]
#[repr(C)]pub struct GstWebRTCDataChannel {}Show fields
pub parent: GObject, pub lock: GMutex, pub label: *mut c_char, pub ordered: gboolean, pub max_packet_lifetime: c_uint, pub max_retransmits: c_uint, pub protocol: *mut c_char, pub negotiated: gboolean, pub id: c_int, pub priority: GstWebRTCPriorityType, pub ready_state: GstWebRTCDataChannelState, pub buffered_amount: u64, pub buffered_amount_low_threshold: u64, pub _padding: [gpointer; 4],
Fields
parent: GObjectlock: GMutexlabel: *mut c_charordered: gbooleanmax_packet_lifetime: c_uintmax_retransmits: c_uintprotocol: *mut c_charnegotiated: gbooleanid: c_intpriority: GstWebRTCPriorityTypeready_state: GstWebRTCDataChannelStatebuffered_amount: u64buffered_amount_low_threshold: u64_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCDataChannelimpl !Send for GstWebRTCDataChannelimpl !Sync for GstWebRTCDataChannelimpl Unpin for GstWebRTCDataChannelimpl UnwindSafe for GstWebRTCDataChannelBlanket Implementations
Mutably borrows from an owned value. Read more