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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPTime2
impl Send for GstRTSPTime2
impl Sync for GstRTSPTime2
impl Unpin for GstRTSPTime2
impl UnwindSafe for GstRTSPTime2
Blanket Implementations
Mutably borrows from an owned value. Read more