[][src]Struct core_foundation::runloop::CFRunLoopTimer

pub struct CFRunLoopTimer(_);

Methods

impl CFRunLoopTimer[src]

pub fn new(
    fireDate: CFAbsoluteTime,
    interval: CFTimeInterval,
    flags: CFOptionFlags,
    order: CFIndex,
    callout: CFRunLoopTimerCallBack,
    context: *mut CFRunLoopTimerContext
) -> CFRunLoopTimer
[src]

Trait Implementations

impl ConcreteCFType for CFRunLoopTimer[src]

impl TCFType for CFRunLoopTimer[src]

type Ref = CFRunLoopTimerRef

The reference type wrapped inside this type.

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

impl ToVoid<CFRunLoopTimer> for CFRunLoopTimer[src]

impl ToVoid<CFRunLoopTimer> for CFRunLoopTimerRef[src]

impl Drop for CFRunLoopTimer[src]

impl Clone for CFRunLoopTimer[src]

impl Eq for CFRunLoopTimer[src]

impl PartialEq<CFRunLoopTimer> for CFRunLoopTimer[src]

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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.

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

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

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