[][src]Struct gstreamer_video_sys::GstVideoTimeCodeConfig

#[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_uintfps_d: c_uintflags: GstVideoTimeCodeFlagslatest_daily_jam: *mut GDateTime

Trait Implementations

impl Clone for GstVideoTimeCodeConfig[src]

impl Copy for GstVideoTimeCodeConfig[src]

impl Debug for GstVideoTimeCodeConfig[src]

Auto Trait Implementations

impl !Send for GstVideoTimeCodeConfig

impl Unpin for GstVideoTimeCodeConfig

impl !Sync for GstVideoTimeCodeConfig

impl UnwindSafe for GstVideoTimeCodeConfig

impl RefUnwindSafe for GstVideoTimeCodeConfig

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]