Struct cortex_m::ctxt::Local [] [src]

pub struct Local<T, Ctxt> where
    Ctxt: Context
{ /* fields omitted */ }

Data local to a context

Methods

impl<T, Ctxt> Local<T, Ctxt> where
    Ctxt: Context
[src]

Initializes context local data

Acquires a reference to the context local data

Acquires a mutable reference to the context local data

Trait Implementations

impl<T, Ctxt> Sync for Local<T, Ctxt> where
    Ctxt: Context
[src]