Type Alias StaticKey

Source
pub type StaticKey<const S: bool> = GenericStaticKey<ArchCodeManipulator, S>;
Expand description

Static key to hold data about current status and which jump entries are associated with this key.

For now, it is not encouraged to modify static key in a multi-thread application (which I don’t think is a common situation).

Aliased Type§

pub struct StaticKey<const S: bool> { /* private fields */ }