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: GstSystemClockpriv_: *mut GstPtpClockPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPtpClockimpl !Send for GstPtpClockimpl !Sync for GstPtpClockimpl Unpin for GstPtpClockimpl UnwindSafe for GstPtpClockBlanket Implementations
Mutably borrows from an owned value. Read more