[][src]Struct uikit_sys::CVSMPTETime

#[repr(C)]pub struct CVSMPTETime {
    pub subframes: SInt16,
    pub subframeDivisor: SInt16,
    pub counter: UInt32,
    pub type_: UInt32,
    pub flags: UInt32,
    pub hours: SInt16,
    pub minutes: SInt16,
    pub seconds: SInt16,
    pub frames: SInt16,
}

Fields

subframes: SInt16subframeDivisor: SInt16counter: UInt32type_: UInt32flags: UInt32hours: SInt16minutes: SInt16seconds: SInt16frames: SInt16

Trait Implementations

impl Clone for CVSMPTETime[src]

impl Copy for CVSMPTETime[src]

impl Debug for CVSMPTETime[src]

impl Default for CVSMPTETime[src]

Auto Trait Implementations

impl RefUnwindSafe for CVSMPTETime

impl Send for CVSMPTETime

impl Sync for CVSMPTETime

impl Unpin for CVSMPTETime

impl UnwindSafe for CVSMPTETime

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.