[][src]Struct core_foundation::date::CFDate

pub struct CFDate(_);

A date.

Implementations

impl CFDate[src]

pub fn new(time: CFAbsoluteTime) -> CFDate[src]

pub fn now() -> CFDate[src]

pub fn abs_time(&self) -> CFAbsoluteTime[src]

Trait Implementations

impl CFPropertyListSubClass for CFDate[src]

impl Clone for CFDate[src]

impl ConcreteCFType for CFDate[src]

impl Debug for CFDate[src]

impl Drop for CFDate[src]

impl Eq for CFDate[src]

impl Ord for CFDate[src]

impl PartialEq<CFDate> for CFDate[src]

impl PartialOrd<CFDate> for CFDate[src]

impl TCFType for CFDate[src]

type Ref = CFDateRef

The reference type wrapped inside this type.

impl<'a> ToVoid<CFDate> for &'a CFDate[src]

impl ToVoid<CFDate> for CFDate[src]

impl ToVoid<CFDate> for CFDateRef[src]

Auto Trait Implementations

impl RefUnwindSafe for CFDate

impl !Send for CFDate

impl !Sync for CFDate

impl Unpin for CFDate

impl UnwindSafe for CFDate

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> FromMutVoid for T where
    T: TCFType
[src]

impl<T> FromVoid for T where
    T: TCFType
[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.