riot_wrappers::thread::tokenparts

Type Alias StartToken

Source
pub type StartToken = TokenParts<true, true, true>;
Expand description

Data created for each thread that is spawned.

It encodes for permission to do anything that can only be done once per thread.

Aliased Type§

struct StartToken {
    pub(super) _not_send: PhantomData<*const ()>,
}

Fields§

§_not_send: PhantomData<*const ()>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 0 bytes