NSTDOptionalThread

Type Alias NSTDOptionalThread 

Source
pub type NSTDOptionalThread = NSTDOptional<NSTDThread>;
Available on crate feature thread only.
Expand description

Represents an optional value of type NSTDThread.

Aliased Type§

#[repr(C, u8)]
pub enum NSTDOptionalThread { None, Some(NSTDThread), }

Variants§

§

None

The uninitialized variant.

§

Some(NSTDThread)

The initialized variant.