gstreamer-rs/gstreamer-net/src/auto/ntp_clock.rs
Sebastian Dröge d0b0006d27 Regenerate
2020-12-18 00:34:53 +02:00

19 lines
493 B
Rust

// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use crate::NetClientClock;
use glib::translate::*;
glib::wrapper! {
pub struct NtpClock(Object<ffi::GstNtpClock, ffi::GstNtpClockClass>) @extends NetClientClock, gst::Clock, gst::Object;
match fn {
get_type => || ffi::gst_ntp_clock_get_type(),
}
}
impl NtpClock {}
unsafe impl Send for NtpClock {}
unsafe impl Sync for NtpClock {}