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: GstObjectrole: GstWebRTCICERolecomponent: GstWebRTCICEComponentstate: GstWebRTCICEConnectionStategathering_state: GstWebRTCICEGatheringStatesrc: *mut GstElementsink: *mut GstElement_padding: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCICETransportimpl !Send for GstWebRTCICETransportimpl !Sync for GstWebRTCICETransportimpl Unpin for GstWebRTCICETransportimpl UnwindSafe for GstWebRTCICETransportBlanket Implementations
Mutably borrows from an owned value. Read more