Struct gstreamer_sys::GstSystemClock [] [src]

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

Fields

Trait Implementations

impl Copy for GstSystemClock
[src]

impl Clone for GstSystemClock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstSystemClock
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSystemClock

impl !Sync for GstSystemClock