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
parent: GstObject
role: GstWebRTCICERole
component: GstWebRTCICEComponent
state: GstWebRTCICEConnectionState
gathering_state: GstWebRTCICEGatheringState
src: *mut GstElement
sink: *mut GstElement
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCICETransport
impl !Send for GstWebRTCICETransport
impl !Sync for GstWebRTCICETransport
impl Unpin for GstWebRTCICETransport
impl UnwindSafe for GstWebRTCICETransport
Blanket Implementations
Mutably borrows from an owned value. Read more