Struct gstreamer_video_sys::GstVideoTimeCodeInterval [−][src]
#[repr(C)]pub struct GstVideoTimeCodeInterval { pub hours: c_uint, pub minutes: c_uint, pub seconds: c_uint, pub frames: c_uint, }
Fields
hours: c_uintminutes: c_uintseconds: c_uintframes: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoTimeCodeIntervalimpl Send for GstVideoTimeCodeIntervalimpl Sync for GstVideoTimeCodeIntervalimpl Unpin for GstVideoTimeCodeIntervalimpl UnwindSafe for GstVideoTimeCodeIntervalBlanket Implementations
Mutably borrows from an owned value. Read more