[][src]Struct azul_webrender::ItemUid

pub struct ItemUid { /* fields omitted */ }

A globally, unique identifier

Implementations

impl ItemUid[src]

pub fn next_uid() -> ItemUid[src]

pub fn get_uid(&self) -> usize[src]

Trait Implementations

impl Clone for ItemUid[src]

impl Copy for ItemUid[src]

impl Debug for ItemUid[src]

impl Eq for ItemUid[src]

impl Hash for ItemUid[src]

impl MallocSizeOf for ItemUid[src]

impl PartialEq<ItemUid> for ItemUid[src]

impl StructuralEq for ItemUid[src]

impl StructuralPartialEq for ItemUid[src]

Auto Trait Implementations

impl RefUnwindSafe for ItemUid

impl Send for ItemUid

impl Sync for ItemUid

impl Unpin for ItemUid

impl UnwindSafe for ItemUid

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.