Struct gstreamer_rtsp_sys::GstRTSPTime [−][src]
#[repr(C)]pub struct GstRTSPTime { pub type_: GstRTSPTimeType, pub seconds: c_double, }
Fields
type_: GstRTSPTimeType
seconds: c_double
Trait Implementations
impl Copy for GstRTSPTime
[src]
impl Copy for GstRTSPTime
impl Clone for GstRTSPTime
[src]
impl Clone for GstRTSPTime
fn clone(&self) -> GstRTSPTime
[src]
fn clone(&self) -> GstRTSPTime
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 GstRTSPTime
[src]
impl Debug for GstRTSPTime
Auto Trait Implementations
impl Send for GstRTSPTime
impl Send for GstRTSPTime
impl Sync for GstRTSPTime
impl Sync for GstRTSPTime