Struct gstreamer_net_sys::GstPtpClock[][src]

#[repr(C)]
pub struct GstPtpClock { pub clock: GstSystemClock, pub priv_: *mut GstPtpClockPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstPtpClock
[src]

impl Clone for GstPtpClock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPtpClock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPtpClock

impl !Sync for GstPtpClock