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
frames: c_double
year: c_uint
month: c_uint
day: c_uint
Trait Implementations
impl Copy for GstRTSPTime2
[src]
impl Copy for GstRTSPTime2
impl Clone for GstRTSPTime2
[src]
impl Clone for GstRTSPTime2
fn clone(&self) -> GstRTSPTime2
[src]
fn clone(&self) -> GstRTSPTime2
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 GstRTSPTime2
[src]
impl Debug for GstRTSPTime2
Auto Trait Implementations
impl Send for GstRTSPTime2
impl Send for GstRTSPTime2
impl Sync for GstRTSPTime2
impl Sync for GstRTSPTime2