Struct gstreamer_net_sys::GstNetClientClock [−][src]
#[repr(C)]pub struct GstNetClientClock { pub clock: GstSystemClock, pub priv_: *mut GstNetClientClockPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
clock: GstSystemClock
priv_: *mut GstNetClientClockPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstNetClientClock
impl !Send for GstNetClientClock
impl !Sync for GstNetClientClock
impl Unpin for GstNetClientClock
impl UnwindSafe for GstNetClientClock
Blanket Implementations
Mutably borrows from an owned value. Read more