Struct gstreamer_rtsp_sys::GstRTSPTime2[][src]

#[repr(C)]
pub struct GstRTSPTime2 { pub frames: c_double, pub year: c_uint, pub month: c_uint, pub day: c_uint, }

Fields

Trait Implementations

impl Copy for GstRTSPTime2
[src]

impl Clone for GstRTSPTime2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPTime2
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstRTSPTime2

impl Sync for GstRTSPTime2