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
impl Copy for GstPtpClock
[src]
impl Copy for GstPtpClock
impl Clone for GstPtpClock
[src]
impl Clone for GstPtpClock
fn clone(&self) -> GstPtpClock
[src]
fn clone(&self) -> GstPtpClock
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstPtpClock
[src]
impl Debug for GstPtpClock
Auto Trait Implementations
impl !Send for GstPtpClock
impl !Send for GstPtpClock
impl !Sync for GstPtpClock
impl !Sync for GstPtpClock