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 GstRTSPTimeimpl Clone for GstRTSPTime[src]
impl Clone for GstRTSPTimefn clone(&self) -> GstRTSPTime[src]
fn clone(&self) -> GstRTSPTimeReturns 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 GstRTSPTimeAuto Trait Implementations
impl Send for GstRTSPTime
impl Send for GstRTSPTimeimpl Sync for GstRTSPTime
impl Sync for GstRTSPTime