direct

Function direct 

Source
pub fn direct<Type: 'static, Data: Zeroable + Sync + 'static>() -> &'static Data
Expand description

Access data associated with Type without indirection. Requires interior mutability to be useful. This data is independent of the data accessed via get/init/get_or_init.

Only available on supported targets.