Type Alias hermit_sync::InterruptLazy

source ·
pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;
Expand description

Aliased Type§

struct InterruptLazy<T, F = fn() -> T> { /* private fields */ }

Trait Implementations§

source§

impl<R, T, F> Deref for Lazy<R, T, F>where R: RawMutex, F: FnOnce() -> T,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.