[][src]Struct azul_core::task::TimerId

pub struct TimerId { /* fields omitted */ }

ID for uniquely identifying a timer

Implementations

impl TimerId[src]

pub fn new() -> Self[src]

Generates a new, unique TimerId.

Trait Implementations

impl Clone for TimerId[src]

impl Copy for TimerId[src]

impl Debug for TimerId[src]

impl Eq for TimerId[src]

impl Hash for TimerId[src]

impl Ord for TimerId[src]

impl PartialEq<TimerId> for TimerId[src]

impl PartialOrd<TimerId> for TimerId[src]

impl StructuralEq for TimerId[src]

impl StructuralPartialEq for TimerId[src]

Auto Trait Implementations

impl RefUnwindSafe for TimerId

impl Send for TimerId

impl Sync for TimerId

impl Unpin for TimerId

impl UnwindSafe for TimerId

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.