[][src]Trait pui_core::Init

pub trait Init {
    pub const INIT: Self;
}

A const initializer

Associated Constants

pub const INIT: Self[src]

The initial value of Self

Loading content...

Implementations on Foreign Types

impl<T: Init> Init for Cell<T>[src]

impl<T: Init> Init for RefCell<T>[src]

impl<T> Init for Option<T>[src]

impl<T> Init for Vec<T>[src]

impl<P: Init> Init for Mutex<P>[src]

impl<P: Default> Init for Lazy<P>[src]

impl<P: Default> Init for Lazy<P>[src]

impl Init for ()[src]

Loading content...

Implementors

impl Init for ScopedToken<'_>[src]

impl<A> Init for Flag<A>[src]

impl<A: ScalarAllocator> Init for SyncQueuePool<A>[src]

impl<A: ScalarAllocator> Init for SyncStackPool<A>[src]

impl<A: ScalarAllocator<Scalar = ()>> Init for DynamicToken<A>[src]

Loading content...