[][src]Struct uikit_sys::CFGregorianDate

#[repr(C)]pub struct CFGregorianDate {
    pub year: SInt32,
    pub month: SInt8,
    pub day: SInt8,
    pub hour: SInt8,
    pub minute: SInt8,
    pub second: f64,
}

Fields

year: SInt32month: SInt8day: SInt8hour: SInt8minute: SInt8second: f64

Trait Implementations

impl Clone for CFGregorianDate[src]

impl Copy for CFGregorianDate[src]

impl Debug for CFGregorianDate[src]

impl Default for CFGregorianDate[src]

Auto Trait Implementations

impl RefUnwindSafe for CFGregorianDate

impl Send for CFGregorianDate

impl Sync for CFGregorianDate

impl Unpin for CFGregorianDate

impl UnwindSafe for CFGregorianDate

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.