Struct gstreamer_webrtc_sys::GstWebRTCICETransport[][src]

#[repr(C)]
pub struct GstWebRTCICETransport { pub parent: GstObject, pub role: GstWebRTCICERole, pub component: GstWebRTCICEComponent, pub state: GstWebRTCICEConnectionState, pub gathering_state: GstWebRTCICEGatheringState, pub src: *mut GstElement, pub sink: *mut GstElement, pub _padding: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstWebRTCICETransport
[src]

impl Clone for GstWebRTCICETransport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstWebRTCICETransport
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstWebRTCICETransport

impl !Sync for GstWebRTCICETransport