mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-09 08:45:27 +00:00
20 lines
742 B
Rust
20 lines
742 B
Rust
// This file was generated by gir (https://github.com/gtk-rs/gir)
|
|
// from gir-files (https://github.com/gtk-rs/gir-files)
|
|
// from gst-gir-files (https://gitlab.freedesktop.org/gstreamer/gir-files-rs.git)
|
|
// DO NOT EDIT
|
|
|
|
use glib::translate::*;
|
|
|
|
glib::wrapper! {
|
|
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
|
pub struct WebRTCICECandidateStats(Boxed<ffi::GstWebRTCICECandidateStats>);
|
|
|
|
match fn {
|
|
copy => |ptr| ffi::gst_webrtc_ice_candidate_stats_copy(mut_override(ptr)),
|
|
free => |ptr| ffi::gst_webrtc_ice_candidate_stats_free(ptr),
|
|
type_ => || ffi::gst_webrtc_ice_candidate_stats_get_type(),
|
|
}
|
|
}
|
|
|
|
unsafe impl Send for WebRTCICECandidateStats {}
|
|
unsafe impl Sync for WebRTCICECandidateStats {}
|