Struct gstreamer_net_sys::GstNetClientClock[][src]

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

Fields

Trait Implementations

impl Copy for GstNetClientClock
[src]

impl Clone for GstNetClientClock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstNetClientClock
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstNetClientClock

impl !Sync for GstNetClientClock