#[repr(C)]pub struct GstVideoTimeCodeConfig {
pub fps_n: c_uint,
pub fps_d: c_uint,
pub flags: GstVideoTimeCodeFlags,
pub latest_daily_jam: *mut GDateTime,
}Fields§
§fps_n: c_uint§fps_d: c_uint§flags: GstVideoTimeCodeFlags§latest_daily_jam: *mut GDateTimeTrait Implementations§
Source§impl Clone for GstVideoTimeCodeConfig
impl Clone for GstVideoTimeCodeConfig
impl Copy for GstVideoTimeCodeConfig
Auto Trait Implementations§
impl !Send for GstVideoTimeCodeConfig
impl !Sync for GstVideoTimeCodeConfig
impl Freeze for GstVideoTimeCodeConfig
impl RefUnwindSafe for GstVideoTimeCodeConfig
impl Unpin for GstVideoTimeCodeConfig
impl UnsafeUnpin for GstVideoTimeCodeConfig
impl UnwindSafe for GstVideoTimeCodeConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more