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: GObject
lock: GMutex
label: *mut c_char
ordered: gboolean
max_packet_lifetime: c_uint
max_retransmits: c_uint
protocol: *mut c_char
negotiated: gboolean
id: c_int
priority: GstWebRTCPriorityType
ready_state: GstWebRTCDataChannelState
buffered_amount: u64
buffered_amount_low_threshold: u64
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCDataChannel
impl !Send for GstWebRTCDataChannel
impl !Sync for GstWebRTCDataChannel
impl Unpin for GstWebRTCDataChannel
impl UnwindSafe for GstWebRTCDataChannel
Blanket Implementations
Mutably borrows from an owned value. Read more