Struct gstreamer_rtsp_sys::GstRTSPTime[][src]

#[repr(C)]
pub struct GstRTSPTime { pub type_: GstRTSPTimeType, pub seconds: c_double, }

Fields

Trait Implementations

impl Copy for GstRTSPTime
[src]

impl Clone for GstRTSPTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstRTSPTime

impl Sync for GstRTSPTime