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_doubleyear: c_uintmonth: c_uintday: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPTime2impl Send for GstRTSPTime2impl Sync for GstRTSPTime2impl Unpin for GstRTSPTime2impl UnwindSafe for GstRTSPTime2Blanket Implementations
Mutably borrows from an owned value. Read more