[][src]Struct uikit_sys::CVTimeStamp

#[repr(C)]pub struct CVTimeStamp {
    pub version: u32,
    pub videoTimeScale: i32,
    pub videoTime: i64,
    pub hostTime: u64,
    pub rateScalar: f64,
    pub videoRefreshPeriod: i64,
    pub smpteTime: CVSMPTETime,
    pub flags: u64,
    pub reserved: u64,
}

Fields

version: u32videoTimeScale: i32videoTime: i64hostTime: u64rateScalar: f64videoRefreshPeriod: i64smpteTime: CVSMPTETimeflags: u64reserved: u64

Trait Implementations

impl Clone for CVTimeStamp[src]

impl Copy for CVTimeStamp[src]

impl Debug for CVTimeStamp[src]

impl Default for CVTimeStamp[src]

Auto Trait Implementations

impl RefUnwindSafe for CVTimeStamp

impl Send for CVTimeStamp

impl Sync for CVTimeStamp

impl Unpin for CVTimeStamp

impl UnwindSafe for CVTimeStamp

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.