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