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